e issue is not feasability, but just the kludginess of
doing something like that.
Regards,
Lev Bronshtein
-
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additio
fields is to define flags for every field
See http://lucene.apache.org/java/3_0_2/api/all/index.html, the very last parse
method. All I really want to do is just run a query against multiple fields,
is there a simple way?
Regards,
Lev Bronshtein
Now that I can index my data, I want to be able to search it and report some
sort of position information with every hit, such as a line number or a byte
ofset within the stream. Any idea how I can acoomplish this?
-
the
individual line into tokens along white space, but the WhitespaceTokenizer does
not take a TokenStream as a constructor parameter. Can anyone offer
suggestion for a workaround?
Rega