RE: MultiFieldQueryParser

2010-10-17 Thread Lev Bronshtein
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

MultiFieldQueryParser

2010-10-13 Thread Lev Bronshtein
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

hit position

2010-09-06 Thread 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? -

Line filtering

2010-09-05 Thread Lev Bronshtein
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