Strange behavior

2008-02-12 Thread Traut
for name:somenamele - 1 result, for name:Somenamele - 1 result What is the problem with Apple ? Maybe StandardTokenizer understands it as trademark :) ? Thank you in advence -- Best regards, Traut

Re: Strange behavior

2008-02-12 Thread Traut
Thank you, it works. Stemming filter works only with lowercased words? On Feb 12, 2008 4:29 PM, Yonik Seeley [EMAIL PROTECTED] wrote: Try putting the stemmer after the lowercase filter. -Yonik On Feb 12, 2008 9:15 AM, Traut [EMAIL PROTECTED] wrote: Hi all Please take a look

Re: i think it is time to release new solr version

2008-01-28 Thread Traut
+ 1 Looking forward to get new release version :) On Jan 28, 2008 6:01 AM, j. L [EMAIL PROTECTED] wrote: because lucene 2.3.0 today released.. -- regards j.L -- Best regards, Traut

SolrJ commit problem

2007-11-20 Thread Traut
(but I can see in debug mode that status 200 is returning after executing getHttpConnection().executeMethod(method); in SolrJ client class file) Command from console actually do the trick [EMAIL PROTECTED] ~]$ curl http://traut-base:/-solr-network/update -H Content-Type: text/xml --data-binary

leading wildcards

2007-11-12 Thread Traut
-- Best regards, Traut

Re: solr workflow ?

2007-11-12 Thread Traut
of the email by you is prohibited. -- Best regards, Traut

Re: leading wildcards

2007-11-12 Thread Traut
Seems like there is no way to enable leading wildcard queries except code editing and files repacking. :( On 11/12/07, Bill Au [EMAIL PROTECTED] wrote: The related bug is still open: http://issues.apache.org/jira/browse/SOLR-218 Bill On Nov 12, 2007 10:25 AM, Traut [EMAIL PROTECTED] wrote

query syntax

2007-11-06 Thread Traut
didn't understand it? I'm using StandardRequestHandler thank you -- Best regards, Traut

Re: query syntax

2007-11-06 Thread Traut
So you think my problem is caused by different index/query data analysis? i'll check it. thank you On Nov 6, 2007 6:02 PM, Yonik Seeley [EMAIL PROTECTED] wrote: On 11/6/07, Traut [EMAIL PROTECTED] wrote: I have in index document with field name and its value is somename123

Re: can solr do it?

2007-09-25 Thread Traut
, it will cache individually. so i think can it share their cache.(they have same config) -- regards jl -- Regards, Cuong Hoang -- Best regards, Traut

Re: Search with in search results

2007-04-26 Thread Traut
Create a second query with IDs from first query? (id:XX id:YY id:ZZ) ? On 4/26/07, Suresh Kannan [EMAIL PROTECTED] wrote: How to extend a query type? I need to implement search with in search results without faceted. Suresh -- Best regards, Traut

[question] speed

2007-04-22 Thread Traut
using reverse indexing strategy? I'm have been digging into Lucene/Solr for nearly three month but only as an advanced user so I am not familiar with the details of engine implementation thank you Traut

Re: Solr logo poll

2007-04-07 Thread Traut
B

Re: failing post-optimize command execution

2007-03-28 Thread Traut
regards, Traut

Re: Reindex only records that changed

2007-03-06 Thread Traut
additional field in your DB as flag? 1 - dirty, 0 - clean. Debra wrote: Hi all, This is not a direct solr issue but I need it for indexing. Is there a way to check if a database record changed since the last index (with out using a specail flag field that has to be set any-where the record is