What's the purpose of having two fields "title" and "title_search"?
They both are exactly the same so it seems you could get rid of
one....

Just a nit.
Erick

As far as the analysis page is concerned, I suspect you took out
this definition from your solrconfig.xml file:

 <requestHandler name="/analysis/field"
                  startup="lazy"
                  class="solr.FieldAnalysisRequestHandler" />

PUT IT BACK ;). Really, this page will save you again and again
and again.

At least when I commented out this definition and tried using the
analysis page I got the same error. You may have taken out other
things in your solrconfig.xml file that are needed for this to work, but
this is the place to start.

Best
Erick

On Fri, Jan 10, 2014 at 4:31 AM, PeterKerk <vettepa...@hotmail.com> wrote:
> @iorixxx: thanks, you 2nd solution worked.
>
> The first one didn't (does not matter now), I got this:
>
> <field name="title" type="prefix_full" indexed="true" stored="true"/>
> <field name="title_search" type="prefix_full" indexed="true" stored="true"/>
>
> With the first solution all queries work as expected, however with this:
>
> q=title_search:"new%20yk"*
>
> still new york is returned.
>
>
>
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/Searchquery-on-field-that-contains-space-tp4110166p4110658.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to