Re: KeywordTokenizerFactory - trouble with "exact" matches

2014-01-29 Thread Aruna Kumar Pamulapati
Hi , I think the misunderstanding you are having is about http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.LowerCaseTokenizerFactory lowercase factory. You are correct about KeywordTokenizerFactory but lowercase factory : Creates tokens by lowercasing all letters and dropping non

Re: Facets

2014-01-14 Thread Aruna Kumar Pamulapati
Hi David, As Karan suggested,your current icDesc_en is tokenized (understandably you need to do that if you want to search on it in powerful way). So the solution is create another field say icDesc_en_facet and define "string" as the type (like Karan suggested) and then do this : . Now you can us

Re: Need Features offered and comparison Chart for Solr 3.6 and Solr 4.6

2014-01-13 Thread Aruna Kumar Pamulapati
Hi Mayank, In addition to what Erick suggested, you can also look at https://cwiki.apache.org/confluence/display/solr/Major+Changes+from+Solr+3+to+Solr+4 Thanks, On Mon, Jan 13, 2014 at 7:39 AM, Erick Erickson wrote: > The most comprehensive list is CHANGES.txt. I'd look > at the Solr one fir

Re: solr text analysis showing a red bar error

2014-01-09 Thread Aruna Kumar Pamulapati
See if this helps: https://groups.google.com/forum/#!topic/lily-discuss/IaQLpNVJRi8 On Thu, Jan 9, 2014 at 8:33 AM, Umapathy S wrote: > I checked that before. I am using solr-4.6.0. maxFieldLength is not > applicable. > > > On 9 January 2014 13:23, Aruna Kumar Pamulapati &

Re: solr text analysis showing a red bar error

2014-01-09 Thread Aruna Kumar Pamulapati
If you are using a Solr version before 4.0 you should look into. solrconfig.xml: 1 What is your solr version? On Thu, Jan 9, 2014 at 8:16 AM, Aruna Kumar Pamulapati < apamulap...@gmail.com> wrote: > Thanks, can you paste the text that you were trying to analyze? > >

Re: solr text analysis showing a red bar error

2014-01-09 Thread Aruna Kumar Pamulapati
Thanks, can you paste the text that you were trying to analyze? On Thu, Jan 9, 2014 at 8:10 AM, Umapathy S wrote: > Thanks. > > Actually there is no error thrown. Just a red bar appears on top. > I have pasted it on http://snag.gy/U9IiJ.jpg > > > On 9 January 20

Re: solr text analysis showing a red bar error

2014-01-09 Thread Aruna Kumar Pamulapati
Can you copy paste the error, for some reason I can not see the image of the screenshot you posted. On Thu, Jan 9, 2014 at 7:52 AM, Umapathy S wrote: > Hi, > > I am a new to solr/lucene. > I am trying to do a text analysis on my index. The below error > (screenshot) is shown when I increase th

Re: How to change Field weigth via api or another way

2014-01-08 Thread Aruna Kumar Pamulapati
In the link I sent before , you will see specific example as Otis replied : q=superman&qf=title^2 subject On Wed, Jan 8, 2014 at 1:56 PM, Aruna Kumar Pamulapati < apamulap...@gmail.com> wrote: > Hi Erwin, > > Are you talking about query time boosting? > This explains

Re: How to change Field weigth via api or another way

2014-01-08 Thread Aruna Kumar Pamulapati
Hi Erwin, Are you talking about query time boosting? This explains the boosting : http://wiki.apache.org/solr/SolrRelevancyFAQ Thanks, Arun On Wed, Jan 8, 2014 at 1:32 PM, Erwin Etchart wrote: > Hi people, > > Anybody knows if is possible to change the weightage of a field in a > dynamic way i