Facet counts limit

2009-05-20 Thread sachin78
Have two questions? 1) What is the limit on facet counts? ex : test(10,0).Is this valid? 2) What is the limit on the no of facets? how many facets can a query get? --Sachin -- View this message in context: http://www.nabble.com/Facet-counts-limit-tp23641105p23641105.html Sent from the So

Re: CommonsHttpSolrServer vs EmbeddedSolrServer

2009-05-19 Thread sachin78
ess access to Solr. > CommonsHttpSolrServer lets you access a remote Solr instance via HTTP. > > Otis > -- > Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch > > > > - Original Message >> From: sachin78 >> To: solr-user@lucene.apache.org >> Sent: Thur

CommonsHttpSolrServer vs EmbeddedSolrServer

2009-05-14 Thread sachin78
What is the difference between EmbeddedSolrServer and CommonsHttpSolrServer. Which is the preferred server to use? In some blog i read that EmbeddedSolrServer is 50% faster than CommonsHttpSolrServer,then why do we need to use CommonsHttpSolrServer. Can anyone please guide me the right path/way

Re: Facet counts for common terms of the searched field

2009-05-12 Thread sachin78
get the most popular words. > > Thanks, > > Matt Weber > eSr Technologies > http://www.esr-technologies.com > > > > > On May 12, 2009, at 7:33 AM, sachin78 wrote: > >> >> Does anybody have answer to this post.I have a similar requirement. >

Re: Facet counts for common terms of the searched field

2009-05-12 Thread sachin78
Does anybody have answer to this post.I have a similar requirement. Suppose I have free text field say I index the field.If I search for textfield:copper.I have to get facet counts for the most common words found in a textfield. ie. example:search for textfield:glass should return facet counts f

RE: Initialising of CommonsHttpSolrServer in Spring framwork

2009-05-08 Thread sachin78
Ranjeeth, Di you figured aout how to do this.If yes, can you share with me how you did it? Example bean definition in xml will be helpful. --Sachin Funtick wrote: > > Use constructor and pass URL parameter. Nothing SPRING related... > > Create a Spring bean with attributes 'MySolr', 'My

Re: Solr spring application context error

2009-05-08 Thread sachin78
Iam having the same problem.Please let me know if anyone finds answer to this. Thank you, Sachin markrmiller wrote: > > I've run into this in the past as well. Its fairly annoying. Anyone know > why the limitation? Why aren't we passing the ClassLoader thats loading > Solr classes as the par