Re: ConstantScoreQuery and wildcards

2010-02-17 Thread TCK
Thanks, this is very helpful! -TCK On Tue, Feb 16, 2010 at 8:16 PM, Ahmet Arslan wrote: > > It seems that when I do a search with a wildcard (eg, > > +text:abc*) the Solr > > standard SearchHandler will construct a ConstantScoreQuery > > passing in a > > Filte

ConstantScoreQuery and wildcards

2010-02-16 Thread TCK
based on term frequencies, etc are used? Moreover, in my application I'm building a Query using the Lucene api, calling toString on it and passing it to Solr via solrj and I would like Solr to recover the same Lucene query on its end... is this possible? Thanks, TCK

Re: Exception encountered during replication on slave....Any clues?

2009-12-07 Thread TCK
are you missing the port number in the master's url ? -tck On Mon, Dec 7, 2009 at 4:44 PM, William Pierce wrote: > Folks: > > I am seeing this exception in my logs that is causing my replication to > fail.I start with a clean slate (empty data directory). I index

Re: solr artifacts / apache maven repository

2009-11-23 Thread TCK
Thanks, yes that's what I do as well. I'd like to pull in the standard solr war distribution from a public repository and then explode it and put my own overlays. Shalin, any pointers to where I would look to go about making a patch to the artifact publishing process? Thanks, TCK O