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: > >

Strange behavior

2008-02-12 Thread Traut
Tokenizer understands it as trademark :) ? Thank you in advence -- Best regards, Traut

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

Re: PhraseQuery and WildcardQuery

2008-01-10 Thread Traut
r you if you know you have a very special case, > but > it probably won't do what many people expect it to. > > : But there are no info about space escaping at > : > http://lucene.apache.org/java/docs/queryparsersyntax.html#Escaping%20Special%20Characters > > Hmmm... i'll file bug on that. > > > > > -Hoss > > -- Best regards, Traut

PhraseQuery and WildcardQuery

2007-12-26 Thread Traut
phrase query? p.s. unexpected - this query works just fine: q=+myFiled:some\ value* so I can just escape all control symbols and space - and I'll get what I want. But there are no info about space escaping at http://lucene.apache.org/java/docs/queryparsersyntax.html#Escaping%20Special%20Characters Thank you in advance -- Best regards, Traut

SolrJ "commit" problem

2007-11-20 Thread Traut
can see in log files (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-Ty

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, 2

Re: solr workflow ?

2007-11-12 Thread Traut
ROTECTED] immediately and delete the > original. Any other use of the email by you is prohibited. > -- Best regards, Traut

leading wildcards

2007-11-12 Thread Traut
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 fie

query syntax

2007-11-06 Thread Traut
stand first query is just fine. why Solr didn't understand it? I'm using StandardRequestHandler thank you -- Best regards, Traut

Re: can solr do it?

2007-09-25 Thread Traut
> > > if use multi solr with one index, 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
about 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
e problems with this? Cheers, galo -- Best regards, Traut

Re: How to search with special values

2007-03-07 Thread Traut
It's about an analyzer. Maybe you are using a wrong analyzer which cuts out characters like "/" or even digits. Try to change default analyzer to something different or custom. Cyril Furtado wrote: I am indexing a field called location which is the directory value like /f1/ccde/bpc When I

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