: Operationally, I was thinking a tokenizer could use the stop-word list
: (or an optional-word list) to mark tokens as optional rather than
: removing them from the token stream. DisMaxOptional would then
: generate appropriate queries with the non-optionals as the core and
: then permute the op
On 28/03/2008, at 16:28, Lance Norskog wrote:
Lucas-
Your examples are Portuguese and Spanish. You might find a Spanish-
language
stemmer that follows the very rigid conjugation in Spanish (and I'm
assuming
in Portuguese as well). Spanish follows conjugation rules that embed
much
more sema
Lucas-
Your examples are Portuguese and Spanish. You might find a Spanish-language
stemmer that follows the very rigid conjugation in Spanish (and I'm assuming
in Portuguese as well). Spanish follows conjugation rules that embed much
more semantics than English, so a huge number of synonyms can b
H. Could you provide some more examples? I'm having a hard
time figuring out what's going into the index, what you're searching
on and what you're getting...
In particular what filters are you using for *both* indexing and queries...
Best
Erick
On Fri, Mar 28, 2008 at 1:33 PM, Lucas F. A. Te
hi,
I am willing to work on this if you can give me some pointers as to
where to start?
On Thu, Mar 27, 2008 at 9:48 AM, Yonik Seeley <[EMAIL PROTECTED]> wrote:
> On Thu, Mar 27, 2008 at 12:11 AM, Noble Paul നോബിള് नोब्ळ्
>
> <[EMAIL PROTECTED]> wrote:
>
> > Can I make an API call to remove the
Thanks Erick,
But its already being used :-(
still looking for something :-)
Thank you!
[]s,
Lucas
Erick Erickson wrote:
Your problem might be solved by (from memory, so check it), using a filter
for indexing that collapses flexed (accented etc?) characters.
See IsoLatin1AccentFilter...
Your problem might be solved by (from memory, so check it), using a filter
for indexing that collapses flexed (accented etc?) characters.
See IsoLatin1AccentFilter
Best
Erick
On Tue, Mar 25, 2008 at 1:56 PM, Lucas F. A. Teixeira <
[EMAIL PROTECTED]> wrote:
> Hello all,
>
> We r having some p
Hi,
Solr returns the max score and the score per document.
This means that the best hit always is 100% which is not always what you want
because the article itself could still be quite irrelevant...
groeten,
Tim
-Oorspronkelijk bericht-
Van: Chris Hostetter [mailto:[EMAIL PROTECTED]
Ve
Hi,
I wanted to know whether we can append a field (Fdyn say) to each doc in the
returned set
Fdyn is computed as some complex function of the fields stored in the index
during the runtime in SOLR.
-umar