Of course:
We are trying to search in documents that contain text in several languages. We
are also investigating other approaches*, so this is not about finding other
variants.
the goal is to only match tokens from 1 or more given languages and not to
match the token if it is by accident the s
Yes, payloads I will use. But they perform at score time and not at search
time. I just wanted to know if there is anything like that.
"not even on trunk" does this mean there is a discussion about this ongoing
somewhere? I'm just curious.
Jan
-Original Message-
From: ext Simon Willnau
Hi,
I found a blog post from 2008 where it says, there will be additional custom
attributes for tokens in the future, that will be searchable.
What is the status of these?
Jan
Hi,
if there is a solr newsgroup better suited form y question, please point me
there.
Using the SearchHandler with the deftype=”dismax” option enables the
DisMaxQParserPlugin. From investigating it seems, it is just tokenizing by
whitespace.
Although by looking in the code I could not find t
Hi,
When using incremental updating via Solr, we want to know, which update is in
the current index. Each update has a number.
How can we store/change/retrieve this number with the index. We want to store
it in the index to replicate it to any slaves as well.
So basically can I store/change/ret
Ok,
that's probably because I move from lucene to solr.
We will need to filter them from the result manually then first.
Jan
- Ursprüngliche Mitteilung -
>
> : Thanks, have overseen this implementation. How to get solr configured
> to
> : use this wrapper collector? Or is this the wrong
Added a comment in the JIRA mentioned below. I do not feel to create already a
patch on my first chat to you guys ;)
Jan
-Original Message-
From: ext Simon Willnauer [mailto:simon.willna...@googlemail.com]
Sent: Mittwoch, 2. Juni 2010 11:47
To: java-user@lucene.apache.org
Subject: Re: D
Thanks, have overseen this implementation. How to get solr configured to use
this wrapper collector? Or is this the wrong mailing list for this question? :)
As far as I read the solr code it is not meant to configure the collectors at
all without touching the code...
Jan
-Original Message-
Hi,
Formerly the HitCollector stored only docs with score bigger than 0.0f. This
check is not implemented in any Collector implementation. Especially in the two
implementation used by solr: InOrderTopScoreDocCollector and
OutOfOrderTopScoreDocCollector.
How to not collect documents with a scor