Re: Making stop-words optional with DisMax?

2008-03-28 Thread Chris Hostetter
: 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

Re: synonyms

2008-03-28 Thread Leonardo Santagada
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

RE: synonyms

2008-03-28 Thread Lance Norskog
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

Re: synonyms

2008-03-28 Thread Erick Erickson
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

Re: Solr commits automatically on appserver shutdown

2008-03-28 Thread Noble Paul നോബിള്‍ नोब्ळ्
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

Re: synonyms

2008-03-28 Thread Lucas F. A. Teixeira
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...

Re: synonyms

2008-03-28 Thread Erick Erickson
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

RE: Highlight - get terms used by lucene

2008-03-28 Thread Tim Mahy
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

Can We append a field to the response that is not in the index but computed at runtime.

2008-03-28 Thread Umar Shah
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