http://lucene.apache.org/java/2_4_0/api/org/apache/lucene/queryParser/MultiFieldQueryParser.html#parse(java.lang.String[], java.lang.String[], org.apache.lucene.analysis.Analyzer)
if I call the parse method inherited from QueryParser, multiple queries don't seem supported. I'm trying to do a search using multiple fields with multiple different boost values. Is there any way I can get around this issue? Or am I stuck?! -- parse(String[] queries, String[] fields, Analyzer analyzer)... thanks in advance -- View this message in context: http://www.nabble.com/Issue-with-multifieldqueryparser-and-searching-multiple-texts-tp25391429p25391429.html Sent from the Lucene - Java Developer mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
