Re: [Lucene 1.2] Boolean OR on all query terms

2005-08-17 Thread Erik Hatcher
On Aug 17, 2005, at 1:50 PM, Karl Koch wrote: Hello experts, I have the following code: Query query = QueryParser.parse(queryString, searchFields[0], analyser); Hits hits = searcher.search(query); and the following code for search across multiple fields: Query query = MultiFieldQueryP

[Lucene 1.2] Boolean OR on all query terms

2005-08-17 Thread Karl Koch
Hello experts, I have the following code: Query query = QueryParser.parse(queryString, searchFields[0], analyser); Hits hits = searcher.search(query); and the following code for search across multiple fields: Query query = MultiFieldQueryParser.parse(queryString, searchFields, analyser); hits =

[Lucene 1.2] Boolean OR on all query terms

2005-08-17 Thread Karl Koch
Hello experts, I have the following code: Query query = QueryParser.parse(queryString, searchFields[0], analyser); Hits hits = searcher.search(query); and the following code for search across multiple fields: Query query = MultiFieldQueryParser.parse(queryString, searchFields, analyser); hits =