SOLR 3.3.0 multivalued field sort problem

2011-08-12 Thread johnnyisrael
Hi, I am currently using SOLR 1.4.1, With this version sorting working fine even in multivalued field. Now I am planning to upgrade my SOLR version from 1.4.1 -- 3.3.0, In this latest version sorting is not working on multivauled field. So I am in unable to upgrade my SOLR due to this drawback.

Fuzzy search with sort combination - drawback

2011-08-12 Thread johnnyisrael
Hi, I am having one problem while using the fuzzy search from query. I have two fields in my SOLR output, one field is endNgramed and other one is a normal Integer field which will have my customized score for that document. I have a handler[myhandler] which by default will sort the documents

Re: Query performance very slow even after autowarming

2011-02-21 Thread johnnyisrael
No Wease, We got the performance improvement after doing the following stuff -- Reduced the merge factor from 10 to 3. -- Auto-warming queries as I mentioned in my initial thread. Thanks, Johnny -- View this message in context:

Re: EdgeNgram Auto suggest - doubles ignore

2011-02-08 Thread johnnyisrael
Hi Erick, If you have time, Can you please take a look and provide your comments (or) suggestions for this problem? Please let me know if you need any more information. Thanks, Johnny -- View this message in context:

Re: EdgeNgram Auto suggest - doubles ignore

2011-02-01 Thread johnnyisrael
Hi Erick, I tried to use terms component, I got ended up with the following problems. Problem: 1 Custom Sort not working in terms component: http://lucene.472066.n3.nabble.com/Term-component-sort-is-not-working-td1905059.html#a1909386 I want to sort using one of my custom

Re: EdgeNgram Auto suggest - doubles ignore

2011-01-25 Thread johnnyisrael
Hi Eric, You are right, there is a copy field to EdgeNgram, I tried the configuration but it not working as expected. Configuration I tried: fieldType name=”query” class=”solr.TextField” positionIncrementGap=”100″ termVectors=”true” analyzer

Re: EdgeNgram Auto suggest - doubles ignore

2011-01-25 Thread johnnyisrael
Hi Eric, What I want here is, lets say I have 3 documents like [pineapple vers apple, milk with apple, apple milk shake ] and If i search for apple, it should return only apple milk shake because that term alone starts with the letter apple which I typed in. It should not bring others and if

RE: Problem while creating Polish supported SOLR artifact creation

2011-01-03 Thread johnnyisrael
Hi Steven, Thanks for your reply, I tried with the latest trunk and try tried the command ant dist, Still it is throwing the same 6 errors. https://svn.apache.org/repos/asf/lucene/dev/trunk/ Please advice. Thanks, Johnny -- View this message in context:

Problem while creating Polish supported SOLR artifact creation

2011-01-02 Thread johnnyisrael
Hi, I am new to do SOLR patching, Can anyone help me to do this? I am trying to apply this patch [SOLR-2237.patch] to include polish character support in SOLR. https://issues.apache.org/jira/browse/SOLR-2237 I did the following steps: 1) svn co -r {2010-11-15}

Re: Query performance very slow even after autowarming

2010-12-14 Thread johnnyisrael
Hi Chris, Thanks for looking into it. Here is the sample query. http://localhost:8080/solr/core0/select/?qt=autosuggestq=a I am using a request handler with a name autosuggest with the following configuration. requestHandler name=autosuggest class=solr.SearchHandler lst

Re: Query performance very slow even after autowarming

2010-12-08 Thread johnnyisrael
Alexey, 1) I am using EdgeNGramFilter only in index analyzer alone. 2) Sometimes even multiple characters also creating problems, What i told was an example for a performance problem, And moreover I am trying out the autowarming and sometime it is not working ideally [100% guaranteed

Query performance very slow even after autowarming

2010-12-02 Thread johnnyisrael
Hi, I am using edgeNgramFilterfactory on SOLR 1.4.1 [filter class=solr.EdgeNGramFilterFactory maxGramSize=100 minGramSize=1 /] for my indexing. Each document will have about 5 fields in it and only one field is indexed with EdgeNGramFilterFactory. I have about 1.4 million documents in my index