Re: Searching multiple indexes
Hi, use MultiFieldQueryParser instead of the Queryparser that you are using. Like this, String fields[]={field1, field2,} MultiFieldQueryParser parser = new MultiFieldQueryParser(fields, new StopAnalyzer());
termquery beginners question
i apologize in advance for the question. i am running lucene 1.4.3 (prefer not to use the keywordanalyzer) i need to mix a user entered query along with a search on keyword indexed fields how would i search for an exact phrase using a term query on a keyword field while searchin