Re: Problems while searching in default field

2012-01-02 Thread mechravi25
Hi Erick, Thanks a lot for the suggestions. Tried the 3.x solr version and the search is happening fine. Will reach out in case of any further doubts in the latest 3.x version. Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/Problems-while-searching-in-default-field-

Re: Problems while searching in default field

2011-12-28 Thread Erick Erickson
Right, you were mislead by the discussion in for that patch, the option you specified was NOT how the patch was eventually implemented. Try reading this page instead: http://wiki.apache.org/solr/MultitermQueryAnalysis The short form is that with 3.6 (i.e. 3.x at this point) you may not have to do

Re: Problems while searching in default field

2011-12-28 Thread mechravi25
Hi, Thanks a lot guys. I tried the following options 1.) Downloaded the solr 3.5.0 version and updated the schema.xml file with the sample fields i have. I then tried to set the property "ignoreCaseForWildcards=true" for a field type as mentioned in the url given for the patch-2438, but got the

Re: Problems while searching in default field

2011-12-23 Thread Erick Erickson
I don't think you understand how patches work for this project. These are *source* patches, there's no process for "applying a patch to a war file". You have to check out the source, apply the patch to the source then execute an ant task to make your distro. I doubt you'll be able to apply it to

Re: Problems while searching in default field

2011-12-23 Thread Ahmet Arslan
> In case I need to apply just this > patch(https://issues.apache.org/jira/browse/SOLR-2438) alone > in my current > version, will it be possible for me to do it? Like say, > take the current > solr.war deployed in unix server alone and then apply the > patch . I am not sure whether SOLR-2438 is a

Re: Problems while searching in default field

2011-12-23 Thread mechravi25
Hi, Thanks a lot for the response. In case I need to apply just this patch(https://issues.apache.org/jira/browse/SOLR-2438) alone in my current version, will it be possible for me to do it? Like say, take the current solr.war deployed in unix server alone and then apply the patch . My version de

Re: Problems while searching in default field

2011-12-20 Thread Ahmet Arslan
> This is a FAQ and nothing to do with default field. > > http://wiki.apache.org/lucene-java/LuceneFAQ#Are_Wildcard.2C_Prefix.2C_and_Fuzzy_queries_case_sensitive.3F > Also you might interested in this new feature : https://issues.apache.org/jira/browse/SOLR-2438

Re: Problems while searching in default field

2011-12-20 Thread Ahmet Arslan
> I noticed a scenario where in I am giving the search string > as Country* > without mentioning any field name, but no documents are > fetched but if i > give the query string as country*, then the docs are > getting fetched. This is a FAQ and nothing to do with default field. http://wiki.apache