Click here to Skip to main content
16,012,223 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
We are using lucine index version 2.9.2.2 in visual studio 2010. we can not search for anything. the search is not working.

We have something like

C#
MultiFieldQueryParser qp = new MultiFieldQueryParser(fields, new StandardAnalyzer()); 


I doubt the problem could be with this because we having some warning related to this MultiFieldQueryParser.

and the definition for this muti quesry parser is

C#
public MultiFieldQueryParser(string[] fields, Analyzer analyzer);


Any one has any idea why is it not working....
Posted
Updated 6-Dec-11 3:04am
v2
Comments
Sergey Alexandrovich Kryukov 6-Dec-11 13:28pm    
Not a question. You should explain what's "not working" and what do you want to achieve.
--SA
BillWoodruff 6-Dec-11 22:08pm    
What's "Lucine:" don't they have a support forum, or a user's group ?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900