Re: simple tokenizer question

2013-12-08 Thread Vulcanoid Developer
Thanks for your email. Great, I will look at the WordDelimiterFactory. Just to make clear, I DON'T want any other tokenizing on digits, specialchars, punctuations etc done other than word delimiting on whitespace. All I want for my first version is NO removal of punctuations/special characters at

Re: Difference between textfield and strfield

2013-12-08 Thread manju16832003
I don't understand. Use the field type *Ahmet* recommended. Who is Ahmet? -- View this message in context: http://lucene.472066.n3.nabble.com/Difference-between-textfield-and-strfield-tp3986916p4105570.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Bad fieldNorm when using morphologic synonyms

2013-12-08 Thread Manuel Le Normand
Robert, you last reply is not accurate. It's true that the field norms and termVectors are independent. But this issue of higher norms for this case is expected with well assigned positions. The LengthNorm is assigned as FieldInvertState.length which is the count of incrementToken and not num of po

RE: Faceting within groups

2013-12-08 Thread Cool Techi
Any help here? > From: cooltec...@outlook.com > To: solr-user@lucene.apache.org > Subject: Faceting within groups > Date: Sat, 7 Dec 2013 14:00:20 +0530 > > Hi, > I am not sure if faceting with groups is supported, the documents do seem to > suggest it works, but cant seem to get the intended re

Re: Bad fieldNorm when using morphologic synonyms

2013-12-08 Thread Robert Muir
its accurate, you are wrong. please, look at setDiscountOverlaps in your similarity. This is really easy to understand. On Sun, Dec 8, 2013 at 7:23 AM, Manuel Le Normand wrote: > Robert, you last reply is not accurate. > It's true that the field norms and termVectors are independent. But this >

Re: simple tokenizer question

2013-12-08 Thread Upayavira
If you want to just split on whitespace, then the WhitespaceTokenizer will do the job. However, this will mean that these two tokens aren't the same, and won't match each other: cat cat. A simple regex filter could handle those cases, remove a comma or dot when at the end of a word. Although the

Re: simple tokenizer question

2013-12-08 Thread Josh Lincoln
Have you tried adding autoGeneratePhraseQueries=true to the fieldType without changing the index analysis behavior. This works at querytime only, and will convert 12-34 to "12 34", as if the user entered the query as a phrase. This gives the expected behavior as long as the tokenization is the sam

Re: Configurable collectors for custom ranking

2013-12-08 Thread Joel Bernstein
Hi Peter, I've been meaning to revisit configurable ranking collectors, but I haven't yet had a chance. It's on the shortlist of things I'd like to tackle though. On Fri, Dec 6, 2013 at 4:17 PM, Peter Keegan wrote: > I looked at SOLR-4465 and SOLR-5045, where it appears that there is a goal >

Fwd: solr.xml

2013-12-08 Thread William Bell
Any thoughts? Why are we getting duplicate items in solr.xml ? -- Forwarded message -- From: William Bell Date: Sat, Dec 7, 2013 at 1:48 PM Subject: solr.xml To: "solr-user@lucene.apache.org" We are having issues with SWAP CoreAdmin in 4.5.1 and 4.6. Using legacy solr.xml we i

Re: Faceting Query in Solr

2013-12-08 Thread kumar
It's working fine. -- View this message in context: http://lucene.472066.n3.nabble.com/Faceting-Query-in-Solr-tp4104881p4105612.html Sent from the Solr - User mailing list archive at Nabble.com.

SOLR 4 - Query Issue in Common Grams with Surround Query Parser

2013-12-08 Thread Salman Akram
All, I posted this sub-issue with another issue few days back but maybe it was not obvious so posting it on a separate thread. We recently migrated to SOLR 4.6. We use Common Grams but queries with words in the CG list have slowed down. On debugging we found that for CG words the parser is adding

Re: Prioritize search returns by URL path?

2013-12-08 Thread manju16832003
Could it be achieved using multiple request handlers? Example: http://localhost:8983/solr/my/wiki http://localhost:8983/solr/my/blog http://localhost:8983/solr/my/forum As we could configure config for each request handler to specify the query. It would be great if Solr supports to query those t

Re: Null pointer exception in spell checker at addchecker method

2013-12-08 Thread Areek Zillur
>From the solrConfig provided it seems like you have only two named spellcheckers defined (direct & wordbreak), but in your '/spell' requestHandler you are setting three spellcheckers (direct, default & wordbreak). As you do not have an unnamed spellchecker, there is no spellchecker defined with th

Resolve an issuse with SOLR

2013-12-08 Thread Munusamy, Kannan
Hi, I have used the +add core option in the admin UI. But I can’t able to add a core. After then, it showed the “hTTP Status 500 - {msg=SolrCore 'new_core' is not available due to init failure: Path must not end with /” … Once I restarted the solr service, now I am getting this error in the U

Re: Null pointer exception in spell checker at addchecker method

2013-12-08 Thread ??????
how can i unsubscribe -- Original -- From: "Areek Zillur";; Date: Mon, Dec 9, 2013 02:26 PM To: "solr-user"; Subject: Re: Null pointer exception in spell checker at addchecker method From the solrConfig provided it seems like you have only two named spel

Solr with tomcat installation fails to respond on low load

2013-12-08 Thread shinkanze
Hi All, I am having a problem with one of my *Slave solr* servers . My solr server fails to respond to *queries every alternate night* although it is able to answer 3-4 times queries in day . Queries takes very large time to answer them (50 to 1000 times) and I start receiving ClientABortExeptio