most likely due to: EnglishPorterFilterFactory RemoveDuplicatesTokenFilterFactory StopFilterFactory
you get those "fake" matches. try going into the admin, on the analysis section. in there you can "simulate" the index/search of a document, and see how its actually searched/indexed. it will give you some clues... On Fri, Jul 2, 2010 at 1:50 PM, Frederico Azeiteiro < frederico.azeite...@cision.com> wrote: > For the example given, I need the full expression "paying for it", so > yes all the words. > -----Original Message----- > From: Ahmet Arslan [mailto:iori...@yahoo.com] > Sent: sexta-feira, 2 de Julho de 2010 12:30 > To: solr-user@lucene.apache.org > Subject: RE: steps to improve search > > > I need to know how to achieve more accurates queries (like > > the example below...) using these filters. > > do you want that all terms - you search - must appear in returned > documents? > > You can change default operator of QueryParser to AND. either in > schema.xml or appending &q.op=AND you your search url. I am assuming you > are not using dismax. > > > >