Kobayashi-san

I suspect you are hitting this: 

"The NOT operator excludes documents that contain the term after NOT. This is 
equivalent to a difference using sets. The symbol ! can be used in place of the 
word NOT."

If you appends &debugQuery=on to your search URL, you can see parsed query etc.

--- On Wed, 11/14/12, alu <kobaya...@ninja.co.jp> wrote:

> From: alu <kobaya...@ninja.co.jp>
> Subject: Neary text search system with solr.
> To: solr-user@lucene.apache.org
> Date: Wednesday, November 14, 2012, 6:06 AM
> Hi.
> 
> I maiking "Neary text search system" with solr.
> 
> Example:
> 
> input text : Hello World!
> query: Hello World!
> response: Hello World!
> 
> this point went well
> 
> input text : Hello World!
> query: World! Hello
> response: Hello World!
> 
> This does not work.
> 
> I need switched back and forth text.
> How to?
> 
> 
> 
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/Neary-text-search-system-with-solr-tp4020208.html
> Sent from the Solr - User mailing list archive at
> Nabble.com.
> 

Reply via email to