Re: phrase search - problem

2010-05-03 Thread Ahmet Arslan
> I wanted to do phrase search.  What are the analyzers > that best suited for phrase search.  I tried with > "textgen", but it did not yield the expected results. > > I wanted to index: > > my dear friend > > If I search for "dear friend", I should get the result and > if I search for "friend d

Re: phrase search - problem

2010-05-02 Thread Amit Nithian
Check out http://wiki.apache.org/solr/DisMaxRequestHandler It's partially a function of the field type (textGen) in your case but it's also a function of how you handle matches on the fields you care about. - Amit On Sun, May 2, 2010 at 8:30 PM,

phrase search - problem

2010-05-02 Thread Naga Darbha
Hi, I wanted to do phrase search. What are the analyzers that best suited for phrase search. I tried with "textgen", but it did not yield the expected results. I wanted to index: my dear friend If I search for "dear friend", I should get the result and if I search for "friend dear" I shoul