I'm sorry, maybe I didn’t explain correctly. The issue is using the default text FIELD TYPE, not the default text FIELD. The "text" field type uses a lot of filters on indexing. I need to know how to achieve more accurates queries (like the example below...) using these filters.
-----Original Message----- From: Leonardo Menezes [mailto:[email protected]] Sent: sexta-feira, 2 de Julho de 2010 12:07 To: [email protected] Subject: Re: steps to improve search Try field:"text to search" On Fri, Jul 2, 2010 at 12:57 PM, Frederico Azeiteiro < [email protected]> wrote: > Hi, > > I'm using the default text field type on my schema. > > > > Is there a quick way to do more accurate searches like searching for > "paying for it" only return docs with the full expression "paying for > it", and not return articles with word "pay" as it does now? > > > > Thanks, > > Frederico > >
