Simple mistake in Wiki

2008-07-24 Thread Lance Norskog
Should this refer to facet.mincount instead of facet.limit? "The default is true if facet.limit is greater than 0, false otherwise." http://wiki.apache.org/solr/SimpleFacetParameters facet.sort Set to "true", this parameter indicates that constraints should be sorted by their count. If "false

Re: Highlight component throws Nullpointer when using q.alt=*:*

2008-07-24 Thread kalyan chakravarti
Created JIRA https://issues.apache.org/jira/browse/SOLR-652 to track this issue. Thanks Kalyan - Original Message From: Ryan McKinley <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Thursday, July 24, 2008 12:06:31 PM Subject: Re: Highlight component throws Nullpointer when

Re: Highlight component throws Nullpointer when using q.alt=*:*

2008-07-24 Thread Ryan McKinley
bug that needs fixed! Can you file a jira ticket? On Jul 24, 2008, at 12:50 PM, kalyan chakravarti wrote: Forgot to mention, I am using dismax queryhandler. I just tested this with out of box latest nightly build and it throws the same error. http://localhost:8982/select/?q.alt=*:*&qt=di

Re: Highlight component throws Nullpointer when using q.alt=*:*

2008-07-24 Thread kalyan chakravarti
Forgot to mention, I am using dismax queryhandler. I just tested this with out of box latest nightly build and it throws the same error. http://localhost:8982/select/?q.alt=*:*&qt=dismax Any thoughts. Regards Kalyan - Original Message From: kalyan chakravarti <[EMAIL PROTECTED]> To:

Highlight component throws Nullpointer when using q.alt=*:*

2008-07-24 Thread kalyan chakravarti
Hi, When I am trying to use q.alt=*:* without using q= param, the highlightComponent throws NPE. responsebuilder.getHighlightQuery() is null in HighlightComponent.class Here is the snippet of execption. HTTP Status 500 - null java.lang.NullPointerException at org.apache.solr.handler.comp

Re: Solrj client - addBeans method

2008-07-24 Thread Noble Paul നോബിള്‍ नोब्ळ्
good , I we will do the change On Thu, Jul 24, 2008 at 8:17 PM, chris sleeman <[EMAIL PROTECTED]> wrote: > Hi, > > Just a minor nit. > > Shouldnt the addBeans method in SolrServer have Collection as the method > parameter instead of Collection. > This would enable one to add something like say, Li

Unsure about omitNorms, termVectors...

2008-07-24 Thread Fuad Efendi
Hi, It's unclear... found in schema.xml: omitNorms: (expert) set to true to omit the norms associated with this field (this disables length normalization and index-time boosting for the field, and saves some memory). Only full-text fields or fields that need an index-time

Solrj client - addBeans method

2008-07-24 Thread chris sleeman
Hi, Just a minor nit. Shouldnt the addBeans method in SolrServer have Collection as the method parameter instead of Collection. This would enable one to add something like say, List directly, without any unneeded type conversions. -- Regards, Chris

Re: Relation between SOLR and DB

2008-07-24 Thread Shalin Shekhar Mangar
On Thu, Jul 24, 2008 at 7:24 PM, sanraj25 <[EMAIL PROTECTED]> wrote: > > Hi > I want to know about any relation between SOLR and DB. Because we > want to use solr > and Innodb.If we change our table structure (Innodb or Mysam) any > difference > is there. > > and all data adding only solr db

Tokenizing and searching named character entity references

2008-07-24 Thread F Knudson
Greetings: I am working with many different data sources - some source employ "entity references" ; others do not. My goal is to make the searching across sources as consistent as possible. Example text - Source1: weakening Hδ absorption Source1: zero-field gap ω Source2: weakening H de

Relation between SOLR and DB

2008-07-24 Thread sanraj25
Hi I want to know about any relation between SOLR and DB. Because we want to use solr and Innodb.If we change our table structure (Innodb or Mysam) any difference is there. and all data adding only solr db.Then why we worry about table structure in database.I want some clear information. S

Re: deleted segments.gen

2008-07-24 Thread Rafał Kuć
Hello, Try to delete index directory and restart Solr. Your problem should be solved. > Hi, > I don't know why or in what mood i deleted all the files in data/index/ dir. > And now when i am trying to reindex the records through update command, it's > throwing exception of FileNotFound segme

deleted segments.gen

2008-07-24 Thread anshuljohri
Hi, I don't know why or in what mood i deleted all the files in data/index/ dir. And now when i am trying to reindex the records through update command, it's throwing exception of FileNotFound segments.gen What should i do now. Do i need to reinstall whole solr as i dont remember whether this fi

Re: performance implications on using lots of values in fq

2008-07-24 Thread Norberto Meijome
On Wed, 23 Jul 2008 11:28:49 -0700 (PDT) briand <[EMAIL PROTECTED]> wrote: > I have documents in SOLR such that each document contains one to many points > (latitude and longitudes). Currently we store the multiple points for a > given document in the db and query the db to find all of the docum

Re: performance implications on using lots of values in fq

2008-07-24 Thread Preetam Rao
I don't have much idea on performance of these many fqs, since I have usually used very small number of fqs. But passing my thoughts hoping it might help. (since I did not see any response :-) a) the filter cache size needs to be more, so that fqs can be cached. If a fq is not in cache, AFAIK, ea

RE: spell-checker and faceting

2008-07-24 Thread dudes dudes
thanks :) > Date: Thu, 24 Jul 2008 15:09:55 +0530 > From: [EMAIL PROTECTED] > To: solr-user@lucene.apache.org > Subject: Re: spell-checker and faceting > > No, nothing of that sort right now. > > On Thu, Jul 24, 2008 at 2:44 PM, dudes dudes wrote: > >>

Re: spell-checker and faceting

2008-07-24 Thread Shalin Shekhar Mangar
No, nothing of that sort right now. On Thu, Jul 24, 2008 at 2:44 PM, dudes dudes <[EMAIL PROTECTED]> wrote: > > hi again, > I have one more question to ask with regards to following statements.. > > > http://localhost:8080/solr/spellCheckCompRH?q=smath&spellcheck=true&facet=true&facet.limit=-1&fa

RE: spellchecker problems (bugs)

2008-07-24 Thread r.nieto
Hi, Anyone has probed the patch? I apply it and the problem persists. I don't know if I am doing something incorrect or the patch has some error. Can any one help me? Thanks a lot. Rober. -Mensaje original- De: Geoffrey Young [mailto:[EMAIL PROTECTED] Enviado el: miércoles, 23 de jul

RE: spell-checker and faceting

2008-07-24 Thread dudes dudes
hi again, I have one more question to ask with regards to following statements.. http://localhost:8080/solr/spellCheckCompRH?q=smath&spellcheck=true&facet=true&facet.limit=-1&facet.field=lastname lastname is a field that is defined under schema.xml... what if I want to list all the fields tha

Re: spell-checker and faceting

2008-07-24 Thread Shalin Shekhar Mangar
On Thu, Jul 24, 2008 at 1:24 PM, dudes dudes <[EMAIL PROTECTED]> wrote: > > hi, > thanks for your response and suggestions. > > I can get all the facet working now if I issue: > > > http://localhost:8080/solr/spellCheckCompRH?q=smath&spellcheck.q=smath&spellcheck=true&rows=0&facet=true&facet.limit

RE: spell-checker and faceting

2008-07-24 Thread dudes dudes
hi, thanks for your response and suggestions. I can get all the facet working now if I issue: http://localhost:8080/solr/spellCheckCompRH?q=smath&spellcheck.q=smath&spellcheck=true&rows=0&facet=true&facet.limit=-1&facet.field=lastname The above statement retrieves all the last-names and fa

Re: changing fileds name

2008-07-24 Thread climbingrose
You would need to modify schema.xml to change these names. On Thu, Jul 24, 2008 at 8:06 AM, anshuljohri <[EMAIL PROTECTED]> wrote: > > Hi, > > I need to change the filed names in schema.xml eg. default names are > id,sku,name,text etc. But i want to use my own name instead of these names. > Lets