Re: SnowballPorterFilterFactory stemming word question

2009-09-07 Thread darniz
Thanks Hoss Could you please provide with any example Does solr provide any implementation for dictionary stemmer, please let me know Thanks Rashid hossman wrote: : If i give machine why is that it stems to machin, now from where does : this word come from : If i give revolutionary

Re: Field Collapsing (was Re: Schema for group/child entity setup)

2009-09-07 Thread Uri Boness
Great. Nice site and very similar to my requirements. thanks. So, right now, you get all field values by default? Right now, no field values are returned for the collapsed documents. The patch which will be committed soon will add this functionality. R. Tan wrote: Great. Nice site and

Faceting optimization

2009-09-07 Thread Sébastien Lamy
Hi I'm currently trying to optimize the response time of my solr server. I found one aberration and hope you may be able to help me solve it: If, considering the whole document index, there is a lot of possible values for a field, asking for facet on that field dramatically increase response

Re: Exact Word Search

2009-09-07 Thread bhaskar chandrasekar
  Hi Shalin,   My search is based on the following fields in schema.xml   field name=url type=string indexed=true stored=true/  field name=content type=text indexed=true stored=true/  field name=description type=string indexed=true stored=true/     Let me know if you need anything else? Regards

Re: Netbeans and Solr : Whac-A-Mole

2009-09-07 Thread Noble Paul നോബിള്‍ नोब्ळ्
This testcase is quite independent of anything in Solr. It is a standalone utility and the only dependency is stax. discalimer (I run these testcases from Intellij and command line) BTW are you using XpathRecordReader outside of DIH? On Mon, Sep 7, 2009 at 3:26 PM, Fergus

Re: Netbeans and Solr : Whac-A-Mole

2009-09-07 Thread rajan chandi
We use command-line for most stuff except editing/debugging! 2009/9/7 Noble Paul നോബിള്‍ नोब्ळ् noble.p...@corp.aol.com This testcase is quite independent of anything in Solr. It is a standalone utility and the only dependency is stax. discalimer (I run these testcases from Intellij and

Re: Netbeans and Solr : Whac-A-Mole

2009-09-07 Thread Fergus McMenemie
This testcase is quite independent of anything in Solr. It is a standalone utility and the only dependency is stax. discalimer (I run these testcases from Intellij and command line) BTW are you using XpathRecordReader outside of DIH? Nobel, Is there a better way to test and play with

Re: Netbeans and Solr : Whac-A-Mole

2009-09-07 Thread Shalin Shekhar Mangar
On Mon, Sep 7, 2009 at 5:58 PM, Fergus McMenemie fer...@twig.me.uk wrote: This testcase is quite independent of anything in Solr. It is a standalone utility and the only dependency is stax. discalimer (I run these testcases from Intellij and command line) BTW are you using XpathRecordReader

Re: Netbeans and Solr : Whac-A-Mole

2009-09-07 Thread Fergus McMenemie
On Mon, Sep 7, 2009 at 5:58 PM, Fergus McMenemie fer...@twig.me.uk wrote: This testcase is quite independent of anything in Solr. It is a standalone utility and the only dependency is stax. discalimer (I run these testcases from Intellij and command line) BTW are you using XpathRecordReader

Re: capturing field length into a stored document field

2009-09-07 Thread mike.schultz
Here's a hybrid solution. Add a filter to the field in question that counts all the tokens and at the end outputs a token of the form __numtokens.numTokens__. This eliminates the need to retokenize the field again. Also, bucket the numbers, either by some factor of ten, or base 2, so that

Re: Can solr return documents which don't match a query?

2009-09-07 Thread Chantal Ackermann
Or add a new tag: the NO TAG at index time and search for that. (If you have the possibility to reindex at least that one, first, time.) Would clear things up for developers/admins looking at the stuff in some months... Chantal Yonik Seeley schrieb: return all documents which either match