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
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.
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
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
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
>
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
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
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
>
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
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.
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
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
>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
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
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
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
16 matches
Mail list logo