Message = The remote server returned an error: (500) Internal Server Error.

2008-03-28 Thread farhanali
Hi: when i post XML file to solr,data is indexed but if after a week or two i again post the same file to solr i usually get this error The remote server returned an error: (500) Internal Server Error. i dont know what is the problem. if i create a new instance of solr and place solr.config and

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]

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

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

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 stale

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.

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

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

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