docFreq disable / disable end of word letter removal

2006-07-12 Thread Tom Weber
Hello, for my specific project, I would like to ask if the following settings can be made on the solr system: - Currently, I see that the docFreq is also playing in the scoring. Is is possible to disable this feature so that this is not calculated in the score ? - I see that solr is

Own Similarity Class in Solr

2006-07-26 Thread Tom Weber
Hello, I would like to alter the similarity behaviour of solr to remove the fieldnorm factor in the similarity calculations. As far as I read, I need to recreate my own similarity class and import it into solr using the config in schema.xml. Has anybody already tweaked or played wit

Recompilation of latest lucene seems to break update of Solr

2006-07-26 Thread Tom Weber
Hello, jhust compiled the latest version of lucene (), updated the webapps/solr/WEB-INF/lib/ with the 3 jar files: lucene-core-2.0.1-dev.jar lucene-snowball-2.0.1-dev.jar lucene-highlighter-2.0.1-dev.jar Restarted solr, The Admin interface of solr is still running, but trying

Recompilation of latest lucene seems to break update of Solr - Addum

2006-07-26 Thread Tom Weber
Hi again, with the latest nightbuild of solr and the latest lucene, the error still persists, but the error message is different, jhust to be complete here the actual error message: java.lang.NoSuchMethodError: org.apache.lucene.document.Document.add (Lorg/apache/lucene/document/Fieldabl

Recompilation of latest lucene seems to break update of Solr - Solution

2006-07-26 Thread Tom Weber
Hi again, sorry to spam the list, but wanted to share the solution which let the system compile. I had to use the latest lucene version, not available on their site, but only on the subversioning system. (Version called 2.1 - 419723 2006-07-06 22:14:07) To get this version, use th

Re: Own Similarity Class in Solr

2006-07-27 Thread Tom Weber
Hi Chris, thanks for the details, I am meanwhile poking around with my own class which I defined in the schema.xml everything is working perfectly there. But I have still the problem with the normalization, I try to change several parameters to fix it to 1.0, this does indeed change

Double Solr Installation on Single Tomcat (or Double Index)

2006-09-06 Thread Tom Weber
Hello, I need to have a second separate index (separate data) on the same server. Is there a possibility to do this in a single solr install on a tomcat server or do I need to have a second instance in the same tomcat install ? If either one is possible, does somebody has some adv

Strange Sorting results on a Text Field

2006-09-11 Thread Tom Weber
Hello, have a strange response in a query with sorting. I sort on a field which is : multiValued="true"/> in this field mostly 32 byte md5's are saved, mostly only a single entry but also up to 5. when I do a search like this : "+testfield: (fde34c51739462d9486140601dcfb7bf 63a

Re: Strange Sorting results on a Text Field

2006-09-11 Thread Tom Weber
t;>text1 text2 text3. Thanks, tom On 11 Sep, 2006, at 15:14 , Yonik Seeley wrote: On 9/11/06, Tom Weber <[EMAIL PROTECTED]> wrote: Hello, have a strange response in a query with sorting. I sort on a field which is : I think you probably want a type="strin