Re: _version_ taking too much memory

2020-11-18 Thread sanjay dutt
Thank you so much Shalin. Yes that would reduce the memory requirement at run time.But my next question, Is the "firstSearcher" doing this I mean due to which it tries to find the "Max value of version" and for that it it has to do the un-inversion.  Thanks and Regards,

_version_ taking too much memory

2020-11-17 Thread sanjay dutt
s the problem or problem lies in somewhere else? Best Regards,Sanjay

SPLITSHARD failed after running for hours

2020-08-12 Thread sanjay dutt
two more sub shards but with ZERO documents in them. Can someone please assist me here what exactly may have happened here. And if we have to try again what should we keep in our mind so that it will execute successfully. Thanks,Sanjay Sent from Yahoo Mail on Android

Re: Solr Down Issue

2020-08-09 Thread sanjay dutt
It could be OOM killer. Try to monitor it's heap and there is a script in bin which basically kills solr when OOM occurs. Sent from Yahoo Mail on Android On Sun, Aug 9, 2020 at 8:14 PM, Ben wrote: Can you send solr logs? Best, Ben On Sun, Aug 9, 2020, 9:55 AM Rashmi Jain wrote: > Hell

Re: org.apache.lucene.util.fst.FST taking up lot of Java Heap Memory

2020-08-07 Thread sanjay dutt
Best explanation I found so far. Will migrate to LatLonPointSpatialField and try to share the benchmark data here. Thanks again David. Cheers,Sanjay Sent from Yahoo Mail on Android On Sat, Aug 8, 2020 at 3:31 AM, David Smiley wrote: Since you have a typical use-case (point data, queries

Re: org.apache.lucene.util.fst.FST taking up lot of Java Heap Memory

2020-08-06 Thread sanjay dutt
and Regards,Sanjay Dutt On Thursday, August 6, 2020, 12:10:04 AM GMT+5:30, David Smiley wrote: What is the Solr field type definition for this field?  And what sort of spatial data do you add here -- just points or what? ~ David Smiley Apache Lucene/Solr Search Developer http

Re: Sort on internal lucene ID led to OOM

2020-08-05 Thread sanjay dutt
y not doing what you expect. Best, Erick > On Aug 4, 2020, at 10:19 PM, sanjay dutt > wrote: > > Hello, > We were investigating one HEAP DUMP in which FielsCaceImpl has occupied > around 5GB. Upon further investigation, I got to know that > FieldCacheImpl$SortedDocValues

Sort on internal lucene ID led to OOM

2020-08-04 Thread sanjay dutt
Hello, We were investigating one HEAP DUMP in which FielsCaceImpl has occupied around 5GB. Upon further investigation, I got to know that FieldCacheImpl$SortedDocValues occupies 90% of the memory where FieldCacheImpl$CacheKey is "id". When I checked the logs I was trying to find any query in whi

org.apache.lucene.util.fst.FST taking up lot of Java Heap Memory

2020-08-03 Thread sanjay dutt
ches so that it take less memory. Can someone please give me any pointer that from where Should I start looking to debug the above issue.  Thanks and Regards,Sanjay Dutt Sent from Yahoo Mail on Android

grouping in solr cloud shard replicas

2018-01-06 Thread SANJAY.
Hi, Please let me know how to achieve group by in solr could env. We tried grouping in solr cloud shard replicas to fetch unique search result from solr for custom field we . we are getting exception saying unexpected docvalues type "SORTED_SET (expected SORTED)" We are using solr cloud and coll

Re: Few document replication not happen in solr cloud

2017-08-22 Thread Sanjay Lokhande
rrent.ScheduledThreadPoolExecutor $ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor $ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker (Threa

Few document replication not happen in solr cloud

2017-08-22 Thread Sanjay Lokhande
pointers? - any logging level which can help is this situation? Regards, Sanjay

Re: Solr cloud replica nodes missing some documents

2017-08-21 Thread Sanjay Lokhande
Any pointer guys. From: Sanjay Lokhande/India/IBM To: solr-user@lucene.apache.org Date: 08/18/2017 02:12 PM Subject:Solr cloud replica nodes missing some documents Hello guys, I am having 5 nodes solr cloud setup with single shard. The solr version is 5.2.1. server1

Solr cloud replica nodes missing some documents

2017-08-18 Thread Sanjay Lokhande
rrent.ScheduledThreadPoolExecutor $ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor $ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1143) at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:618) ... 1 more Thanks in advance. Regards, Sanjay

Help with Solr File Based spell check

2012-06-20 Thread Sanjay Dua - Network
in the dictionary. We still get a suggestion "medicines" from dictionary. We only want suggestion if the word is incorrectly spelled or is not included in the dictionary. Can you please provide some suggestions. Regards, Sanjay Dua

Newbie: For stopword query - All objects being returned

2008-11-20 Thread Sanjay Suri
Hi , I realize this might be too simple - Can someone tell me where to look? I'm new to solr and have to fix this for a demo asap. If my search query is "the", all 91 objects are returned as search results. I expect 0 results. -- Sanjay Suri Videocrux Inc. http://videocrux.com +91 99102 66626

Re: Special character matching 'x' ?

2008-09-18 Thread Sanjay Suri
Thanks Akshay and Norberto, I am still trying to make it work. I know the solution is what you pointed me to but is just taking me some time to make it work. thanks, -Sanjay On Thu, Sep 18, 2008 at 12:34 PM, Norberto Meijome <[EMAIL PROTECTED]>wrote: > On Thu, 18 Sep 2008 10:53

Special character matching 'x' ?

2008-09-17 Thread Sanjay Suri
Hi, Can someone shed some light on this? One of my field values has the name "Räikkönen" which contains a special characters. Strangely, as I see it anyway, it matches on the search query 'x' ? Can someone explain or point me to the solution/documentation? Any help

Re: java.io.IOException: read past EOF

2008-07-27 Thread Sanjay N
Hi Fuad, We are using Server with 750 * 8 on Raid 5, all are segate Harddrives. & we have enough space on Harddrive. We are using Tomcat + solr Regards Sanjay On Tue, Jul 22, 2008 at 9:19 PM, Fuad Efendi <[EMAIL PROTECTED]> wrote: > Lucene index corrupted... which harddri

Re: Solr user interface

2008-07-10 Thread Sanjay N
Hi Lars, Use solr with tomcat u will get interface from tomcat itself. Regards Sanjay On Thu, Jul 10, 2008 at 4:32 PM, Lars Kotthoff <[EMAIL PROTECTED]> wrote: > Hi all, > > I've written a user interface for Solr (Spring web application) which I'd > be >