Issue in solr result

2019-06-12 Thread Nikhil Reddy
my result." Thank you [image: image.png] -- *nikhil*

Exception when using group.truncate with timeAllowed on SolrCloud

2014-06-03 Thread Nikhil Chhaochharia
group.truncate leads to the exception. For reference, I am using Solr 4.8.0 Any ideas? Did I hit a bug and need to open a JIRA issue? Regards, Nikhil SEVERE: java.lang.NullPointerException     at org.apache.lucene.search.TimeLimitingCollector.setNextReader(TimeLimitingCollector.java:158

How to get a list of currently executing queries?

2014-04-17 Thread Nikhil Chhaochharia
Hello, Is there some way of getting a list of all queries that are currently executing?  Something similar to 'show full processlist' in MySQL. Thanks, Nikhil

multiple facet.prefix

2014-03-11 Thread Nikhil
Hello All, I am using solr 3.6 and I want to add multiple facet.prefix in single query. I searched the forums but could not find the appropriate way. what i want to do is something like this: facet.prefix=(A OR B) Please let me know how can i achieve this? Thanks, Nikhil. -- View this

Re: solr adding unique values

2013-05-08 Thread Nikhil Kumar
27;d need to > implement that yourself by fetching the field in question and doing a "set" > on the field. > > You might be able to do that better in a custom update handler. > > Best > Erick > > > On Tue, May 7, 2013 at 6:54 AM, Nikhil Kumar wrote: > >> Tha

Re: solr adding unique values

2013-05-07 Thread Nikhil Kumar
ompletely. Best Erick On Mon, May 6, 2013 at 1:44 PM, Nikhil Kumar wrote: > Hey, >I have recently started using solr, I have a list of users, which are > subscribed to some lists. > eg. > user a[ > id:a > liists[ > list_a >] > ] > user b[ >

solr adding unique values

2013-05-06 Thread Nikhil Kumar
is negation of allowDups - (deprecated) overwriteCommitted = "true"|"false" — default is negation of allowDups but using overwrite and allowDups didn't solve the problem either, seems because there is no unique id but just value. So the question is how to solve this problem? -- Thank You and Regards, Nikhil Kumar +91-9916343619 Technical Analyst Hashed In Technologies Pvt. Ltd.

SolrCloud and Optimize

2012-09-11 Thread Nikhil Chhaochharia
the shards? Thanks, Nikhil

SolrCloud and grouping

2012-09-10 Thread Nikhil Chhaochharia
getting accurate values of ngroups when using SolrCloud? Thanks, Nikhil

Re: Possible bug in Solr 3.3 grouping

2011-07-12 Thread Nikhil Chhaochharia
Thanks Martijn - I should be able to patch the Solr 3.3 release based on r1145748. - Nikhil From: Martijn v Groningen To: solr-user@lucene.apache.org; Nikhil Chhaochharia Sent: Wednesday, 13 July 2011 2:04 AM Subject: Re: Possible bug in Solr 3.3 grouping Hi

Possible bug in Solr 3.3 grouping

2011-07-12 Thread Nikhil Chhaochharia
d anyone else come across this problem?  Using the grouping feature with pagination of results will make start > rows from the third page onwards. Thanks, Nikhil

Re: Virtual Memory usage increases beyond Xmx with Solr 3.3

2011-07-08 Thread Nikhil Chhaochharia
-user@lucene.apache.org"; Nikhil Chhaochharia Sent: Friday, 8 July 2011 2:42 PM Subject: Re: Virtual Memory usage increases beyond Xmx with Solr 3.3 On Fri, 2011-07-08 at 07:12 +0200, Nikhil Chhaochharia wrote: > However, if I upgrade to Solr 3.3, then the Virtual Memory of the Tomcat > proc

Virtual Memory usage increases beyond Xmx with Solr 3.3

2011-07-07 Thread Nikhil Chhaochharia
, if I upgrade to Solr 3.3, then the Virtual Memory of the Tomcat process increases to roughly the index size (70GB).  Any ideas why this is happening? Thanks, Nikhil

Re: Set operations on multiple queries with different qf parameters

2011-05-17 Thread Nikhil Chhaochharia
from the mentioned blog post. Thanks, Nikhil - Original Message - From: Jonathan Rochkind To: solr-user@lucene.apache.org; Nikhil Chhaochharia Cc: Sent: Tuesday, 17 May 2011 8:52 PM Subject: Re: Set operations on multiple queries with different qf parameters One way to do it mig

Set operations on multiple queries with different qf parameters

2011-05-16 Thread Nikhil Chhaochharia
intersection.  However, I can't figure out how to handle qf? For example, Query 1 = q=abc def&fq=field1:xyz&mm=1&qf=p,q,r Query 2 = q=jkl&mm=100%&qf=q,r,s How do I get the list of common documents which are present in the result set of both queries? Thanks, Nikhil

Re: CoreDescriptor explanation and possible bug

2008-08-28 Thread Nikhil Chhaochharia
able to take it up from there. Any further suggestions / comments would be most welcome. Thanks, Nikhil PS: http://people.apache.org/builds/lucene/solr/nightly/ is no longer updated daily, any idea what happened ? - Original Message From: Shalin Shekhar Mangar <[EMAIL PROTEC

Re: CoreDescriptor explanation and possible bug

2008-08-28 Thread Nikhil Chhaochharia
Thanks again, this should solve the current problem I am having. Nikhil - Original Message From: Henrib <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Thursday, 28 August, 2008 7:42:11 PM Subject: Re: CoreDescriptor explanation and possible bug Nikhil Chhaochharia

Re: CoreDescriptor explanation and possible bug

2008-08-28 Thread Nikhil Chhaochharia
er); I am assuming that these are part of some patch which will get applied before 1.3 releases, is that correct ? Nikhil - Original Message From: Henrib <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Thursday, 28 August, 2008 7:04:12 PM Subject: Re: CoreDescriptor

Re: CoreDescriptor explanation and possible bug

2008-08-28 Thread Nikhil Chhaochharia
ct? To specify my problem in another way, I have a solrconfig.xml but no schema.xml. I create a IndexSchema object at runtime. I want to now get a SolrCore object. Thanks, Nikhil - Original Message From: Henrib <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent:

CoreDescriptor explanation and possible bug

2008-08-28 Thread Nikhil Chhaochharia
earched the wiki and there is no mention of CoreDescriptor there. Could somebody please explain what CoreDescriptor is all about and how it is supposed to be used? Thanks, Nikhil

Custom information in schema.xml

2008-07-31 Thread Nikhil Chhaochharia
text" displaylevel="private" /> and then be able to access the displaylevel value from my application. Is there any way of doing this? Thanks, Nikhil

Re: Can I specify the default operator at query time ?

2008-06-23 Thread Nikhil Chhaochharia
Thanks, I had tried mm (through SolrJ) some time ago but it did not seem to work. I will look into it more carefully - the problem maybe related to SolrJ. Nikhil - Original Message From: Erik Hatcher <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Monday, 23 June, 200

Re: Can I specify the default operator at query time ?

2008-06-23 Thread Nikhil Chhaochharia
I think this works only for StandardRequestHandler. Any way of doing it in DisMaxRequestHandler ? Nikhil - Original Message From: Erik Hatcher <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Monday, 23 June, 2008 3:24:13 PM Subject: Re: Can I specify the default opera

Facet display fields

2008-04-24 Thread Nikhil Chhaochharia
field (any one will do). The only way I can think of is to fire another query with "category_facet=abc def" and "numRows=1" to get a single result and then get the stored value of the category field. Is there any way of avoiding this extra query? I am using the latest nightly build of Solr 1.3 and SolrJ. Thanks, Nikhil

Field specific synonyms

2008-02-25 Thread Nikhil Chhaochharia
' and synonym_xyz.txt for the field named 'xyz'. Any suggestions on how to achieve this? I am using the latest nightly build of Solr. Thanks, Nikhil