Re: Solr 4.2.1 update to 4.3/4.4 problem

2013-08-27 Thread Bill Bell
Index and query analyzer type="index"> Bill Bell Sent from mobile On Aug 26, 2013, at 5:42 AM, skorrapa wrote: > I have also re indexed the data and tried. And also tried with the belowl > sortMissingLast="true" omitNorms="true"> > > > > > > >

Re: Solr 4.2.1 update to 4.3/4.4 problem

2013-08-26 Thread Erick Erickson
What is a "select" analyzer type? Never seen one of those before or I'm just blanking Either of those types should work for case-insensitive search, did you re-index? And please don't hijack threads, start a new subject with new questions. Best Erick On Mon, Aug 26, 2013 at 7:42 AM, skorr

Re: Solr 4.2.1 update to 4.3/4.4 problem

2013-08-26 Thread skorrapa
I have also re indexed the data and tried. And also tried with the belowl This didnt work as well... On Mon, Aug 26, 2013 at 4:03 PM, skorrapa [via Lucene] < ml-node+s472066n4086601...@n3.nabble.c

Re: Solr 4.2.1 update to 4.3/4.4 problem

2013-08-26 Thread skorrapa
Hello All, I am still facing the same issue. Case insensitive search isnot working on Solr 4.3 I am using the below configurations in schema.xml Basically I want my string

Re: Solr 4.2.1 update to 4.3/4.4 problem

2013-08-22 Thread Erick Erickson
Your first problem is that the terms aren't getting to the field analysis chain as a unit, if you attach &debug=query to your query and say you're searching lastName:(ogden erickson), you'll sees something like lastName:ogden lastName:erickson when what you want is lastname:ogden erickson (note, th

Re: Solr 4.2.1 update to 4.3/4.4 problem

2013-08-22 Thread skorrapa
Hello All, I am also facing a similar issue. I am using Solr 4.3. Following is the configuration I gave in schema.xml

Re: Solr 4.2.1 update to 4.3/4.4 problem

2013-08-02 Thread vehovmar
Thanks a lot for both replies. Helped me a lot. It seems that EdgeNGramFilterFactory on query analyzer was really my problem, I'll have to test it a little more to be sure. As for the "bf" parameter, I thinks it's quite fine as it is, from documentation: "the bf parameter actually takes a list o

Re: Solr 4.2.1 update to 4.3/4.4 problem

2013-08-01 Thread Jack Krupansky
Your "bf" parameter is not using the proper syntax. It is supposed to be a function query: http://wiki.apache.org/solr/ExtendedDisMax#bf_.28Boost_Function.2C_additive.29 Or maybe you wanted to use "bq"? But that takes terms, not fields. There have been changes to EdgeNGramFilterFactory. Add de

Re: Solr 4.2.1 update to 4.3/4.4 problem

2013-08-01 Thread Shawn Heisey
On 8/1/2013 4:35 AM, vehovmar wrote: > I have serious problems when upgrading to new solr 4.3/4.4 Search results do > not make sense. I reindexed everithing and I'm still getting wierd result. I > have pretty complicated config, using edismax requestHandler with boosting > > name^2.0 man^1.0 > na