Re: inconsistency between analysis.jsp and actual search

2010-02-12 Thread Ahmet Arslan
> Anyways so how can I get "st.gallen" split into two terms > at query time? As you mentioned in your first mail, query st.gallen is already broken into two terms/words. But query parser constructs a phrase query. There was an disscussion about this behaviour earlier. http://www.lucidimagination

Re: inconsistency between analysis.jsp and actual search

2010-02-12 Thread Lukas Kahwe Smith
On 12.02.2010, at 11:17, Ahmet Arslan wrote: > analysis.jsp does not do actual query parsing. just shows produced tokens > step by step in analysis (charfilter, tokenizer, tokenfilter) phase. > "admin/analysis.jsp page will show you how your field is processed while > indexing and while querying

Re: inconsistency between analysis.jsp and actual search

2010-02-12 Thread Ahmet Arslan
> Which according to analysis.jsp gets split into: > f | fc | s | st | g | ga | gal | gall | galle | gallen > > So far so good. > > Now if I search for "fc st.gallen" according to > analysis.jsp it will search for: > fc | st | gallen > > But when I do a dismax search using the following handler:

inconsistency between analysis.jsp and actual search

2010-02-12 Thread Lukas Kahwe Smith
Hi I am indexing the name "FC St. Gallen" using the following type: Which according to analysis.jsp gets split into: f | fc | s | st | g | ga | gal | gall | gal