Re: Apache Solr 8 behaviour when ZK data is deleted

2019-07-25 Thread Prince Manohar
Thank you for this help Shawn. On Wed, Jul 24, 2019 at 11:51 PM Shawn Heisey wrote: > On 7/24/2019 12:08 PM, Prince Manohar wrote: > > If the zookeeper is wiped out of it's data, it looks like the Solr also > > deleted all the indexes. > > > > I wanted

Apache Solr 8 behaviour when ZK data is deleted

2019-07-24 Thread Prince Manohar
wgit.com/princemanohar/cv/master/resume7797045315-princemanohar0909.pdf>* *Prince Manohar <https://rawgit.com/princemanohar/cv/master/resume7797045315-princemanohar0909.pdf>* *B.Tech (InformationTechnology) <https://rawgit.com/princemanohar/cv/master/Prince_Manohar_Resume.pdf>* *Bengal

Solr Wiki Page Down

2019-07-14 Thread Prince Manohar
nohar0909.pdf>* *Prince Manohar <https://rawgit.com/princemanohar/cv/master/resume7797045315-princemanohar0909.pdf>* *B.Tech (InformationTechnology) <https://rawgit.com/princemanohar/cv/master/Prince_Manohar_Resume.pdf>* *Bengaluru <https://rawgit.com/princemanohar/cv/master/resume77970453

Re: Sort on PointFieldType

2019-07-05 Thread Prince Manohar
Thanks a lot. On Thu, Jul 4, 2019 at 9:19 PM Shawn Heisey wrote: > On 7/4/2019 9:14 AM, Prince Manohar wrote: > > I am using Solr version *6.4.2*. I got your answers. > > > > I have another question. Can we use a *Range query* on point field? > > > > I am trying

Re: Sort on PointFieldType

2019-07-04 Thread Prince Manohar
d-types-included-with-solr.html#field-types-included-with-solr > > Thanks, > Yasufumi > > 2019年7月4日(木) 3:50 Prince Manohar : > > > Hi, > > I have a *field* that is of *PointType *and I tried to sort on that > field. > > But looks like sorting does not w

Sort on PointFieldType

2019-07-03 Thread Prince Manohar
/localhost:8983/solr/markustest1/select?indent=on&q=*:*&sort=facet_en_price.UNITED_STATES_d%20DESC&wt=json> -- *Regards, <https://rawgit.com/princemanohar/cv/master/resume7797045315-princemanohar0909.pdf>* *Prince Manohar <https://rawgit.com/princemanohar/cv/master

Re: Solr query particular value of a field last

2019-04-14 Thread Prince Manohar
countries, last in the search result > >> for > >> eg. country code *BD*. What query should I use to get the above result. > >> > >> fq=country:???&q=*%3A* > >> > > > -- *Regards, <https://rawgit.com/princemanohar/cv/master/r

Remove my mail from subscriptions

2019-02-06 Thread manohar c
Hi, Please Remove my mail from the subscription list. Regards, Manohar

Re: How to change stateFomat to 2

2017-04-18 Thread Manohar Sripada
ROP (IIRC) > collections API call. You can also just delete the _data_ from > clusterstate.json. ASSUMING you're in format 2. > > If you're really in format 1, then see MIGRATESTATEFORMAT here: > https://cwiki.apache.org/confluence/display/solr/Collections+API# >

How to change stateFomat to 2

2017-04-18 Thread Manohar Sripada
After deleting a collection through Collection API, the data is not getting deleted from clusterstate.json. Based on this discussion , it seems clusterstate.json shouldn't be there for Solr 5.x (I am usi

Re: Solr node not found in ZK live_nodes

2016-12-06 Thread Manohar Sripada
Thanks Erick! Should I create a JIRA issue for the same? Regarding the logs, I have changed the log level to WARN. That may be the reason, I couldn't get anything from it. Thanks, Manohar On Tue, Dec 6, 2016 at 9:58 PM, Erick Erickson wrote: > Most likely reason is that the Solr

Solr node not found in ZK live_nodes

2016-12-06 Thread Manohar Sripada
We have a 16 node cluster of Solr (5.2.1) and 5 node Zookeeper (3.4.6). All the Solr nodes were registered to Zookeeper (ls /live_nodes) when setup was done 3 months back. Suddenly, few days back our search started failing because one of the solr node(consider s16) was not seen in Zookeeper, i.e.,

Re: Solr Suggester (AnalyzingInfix n BlendedInfix)

2016-09-28 Thread Manohar Sripada
> > I took a quick look at SOLR-7865 and it's a very simple fix, just > 3 lines of code change and the rest is test code. Could you > consider applying that patch to the 5.2.1 code base? and using that > rather than fully upgrading? > > Best, > Erick > > On

Solr Suggester (AnalyzingInfix n BlendedInfix)

2016-09-28 Thread Manohar Sripada
I am implementing auto suggestion on Business Name. I used BlendedInfixLookupFactory which worked in all my uses until I encountered into this bug (https://issues.apache.org/jira/browse/SOLR-7865), where suggest.count doesn't work in Solr 5.2.1. But, I can't upgrade anytime soon. :( I tried using

Zookeeper overseer queue clogging

2016-07-12 Thread Manohar Sripada
There are 16 Solr Nodes (Solr 5.2.1) & 5 Zookeeper Nodes (Zookeeper 3.4.6) in our production cluster. We had to restart Solr nodes for some reason and we are doing it after 3 months. To our surprise, none of the solr nodes came up. We can see the Solr process running the machine, but, the Solr Admi

Re: Multi-selected Faceting

2016-05-16 Thread Manohar Sripada
Thanks Eric! That worked. On Mon, May 16, 2016 at 3:11 PM, Erik Hatcher wrote: > Quick reply: Use a different tag/ex value for each field. > > > On May 16, 2016, at 04:42, Manohar Sripada wrote: > > > > We have a similar requirement as that of mentioned i

Multi-selected Faceting

2016-05-16 Thread Manohar Sripada
We have a similar requirement as that of mentioned in solr wiki - http://wiki.apache.org/solr/SimpleFacetParameters#Multi-Select_Faceting_and_LocalParams Here, the example given works when single facet is selected, where I can get the counts of other facet values. *q=*:*&start=0&rows=10&facet=tr

Re: Index BackUp using JDK 8 & Restore using JDK 7. Does this work?

2016-04-18 Thread Manohar Sripada
Thanks Shawn! :-) On Mon, Apr 18, 2016 at 6:42 PM, Shawn Heisey wrote: > On 4/18/2016 12:49 AM, Manohar Sripada wrote: > > We are using Solr 5.2.1 and JDK 7. We do create a static index in one > > cluster (solr cluster 1) and ship that index to another cluster (Solr > &

Index BackUp using JDK 8 & Restore using JDK 7. Does this work?

2016-04-17 Thread Manohar Sripada
We are using Solr 5.2.1 and JDK 7. We do create a static index in one cluster (solr cluster 1) and ship that index to another cluster (Solr cluster 2). Solr Cluster 2 is the one where queries will be fired. Due to some unavoidable reasons, we want to upgrade Solr Cluster 1 to JDK 8. But, we can't

Fwd: Solr cloud setup with zookeeper in windows

2016-03-23 Thread manohar c
Hi, Can you please provide me steps for set up multiple solr clouds with zookeeper in windows machines. I am using solr 5.4.1 and zookeeper 3.4.6 Thanks and regards, Manohar

Connection refused: no further information

2016-03-20 Thread manohar
Hi , I am getting error in windows server after starting the zookeeper server , i entered this command "solr start -cloud -p 8983 -s C:\solr\server\solr\node1\solr -z 16.254.6.88:2181" .Then i got this error Waiting up to 30 to see Solr running on port 8983 ERROR: Solr at http://localhost:89

Re: Issue with Auto Suggester Component

2016-03-16 Thread Manohar Sripada
rry, it's not entire keyword to be of higher importance like #1, #3 and #6. In the 2nd set of results, "The *ABC* Company", "The *ABC*DEF", the keyword "*abc*" is not part of prefix of 1st string, but it is part of some other string of each result. Thanks, Man

Issue with Auto Suggester Component

2016-03-15 Thread Manohar Sripada
ggest* * id* *text_suggest* * business_name* * linear* * true* * /app/solrnode/suggest_test_1_blendedinfix1* * 0* * true* * true* * false* * * Can someone please suggest on how I can achieve this? Thanks, Manohar

Re: Spatial Search on Postal Code

2016-03-07 Thread Manohar Sripada
Thanks Again Emir! I will try this way. Thanks David! It looks like building of polygons at index time is better option than at query time. Thanks, Manohar On Sat, Mar 5, 2016 at 7:54 PM, david.w.smi...@gmail.com < david.w.smi...@gmail.com> wrote: > Another path to consider is doing t

Re: Spatial Search on Postal Code

2016-03-04 Thread Manohar Sripada
Thank Erik, Does this zip codes index that you created is a one-to-many mapping from zip code to Lat/Lon points? If so, where did you get this mapping CSV file? Thanks, Manohar On Friday, March 4, 2016, Erik Hatcher wrote: > This is just like an implementation I recently worked on wit

Re: Spatial Search on Postal Code

2016-03-04 Thread Manohar Sripada
Thanks Emir, Obviously #2 approach is much better. I know its not straight forward. But, is it really acheivable in Solr? Like building a polygon for a postal code. If so, can you throw some light how to do? Thanks, Manohar On Friday, March 4, 2016, Emir Arnautovic wrote: > Hi Manohar, >

Spatial Search on Postal Code

2016-03-04 Thread Manohar Sripada
Here's my requirement - User enters postal code and provides the radius. I need to find the records with in the radius from the provided postal code. There are few ways I thought through after going through the "Spatial Search" Solr wiki 1. As Latitude and Longitude positions are required for sp

Range Query on a language specific field

2015-11-24 Thread Manohar Sripada
I have a requirement where I need to be able to query on a field (say "salary"). This field contains data in Chinese. Is it possible in Solr to do a range query on this field? Is there any language specific Analyzer that I could use on this field to achieve range search?

Solr Query taking 50 sec

2015-07-30 Thread Manohar Sripada
since=1437734905469&wt=json} status=0 QTime=0 * *DEBUG - 2015-07-24 07:06:11.120; org.apache.solr.servlet.SolrDispatchFilter; Closing out SolrRequest: {_=1437736016484&since=1437734905469&wt=json}* *DEBUG - 2015-07-24 07:06:11.121; org.eclipse.jetty.server.Server; RESPONSE /solr/admin/info/logging 200 handled=true* Thanks, Manohar

How http connections are handled in Solr?

2015-06-03 Thread Manohar Sripada
s, how the http connections between one solr node and rest of solr nodes are handled. Does Solr maintains a connection pool here between Solr nodes? If so, when the connection pool is created between the Solr nodes? Thanks, Manohar

Copying index from one Solr cloud to other Solr cloud

2015-05-27 Thread Manohar Sripada
Solr cloud are also completely different. Thanks, Manohar

Error while creating collection

2015-05-18 Thread Manohar Sripada
e to delete this collection. Can some one please help me here? Thanks, Manohar

Re: QQ on segments during indexing.

2015-05-13 Thread Manohar Sripada
Thanks Shawn, In my case, the document size is small. So, for sure it will reach 50k docs first than 100MB buffer size. Thanks, Manohar On Thu, May 14, 2015 at 10:49 AM, Shawn Heisey wrote: > On 5/13/2015 10:01 PM, Manohar Sripada wrote: > > I have a question on segment creation on di

QQ on segments during indexing.

2015-05-13 Thread Manohar Sripada
meter. As I have commented this parameter, how a new segment creation is determined? Thanks, Manohar

Re: Question on CloudSolrServer API

2015-02-23 Thread Manohar Sripada
at > connections can be pooled. > On 19-Feb-2015 1:44 pm, "Manohar Sripada" wrote: > > > Hi All, > > > > I am using CloudSolrServer API of SolrJ library from my application to > > query Solr. Here, I am creating a new connection to Solr for every search >

Question on CloudSolrServer API

2015-02-19 Thread Manohar Sripada
it maintain a pool of connections (if so how to configure it)? Thanks, Manohar

Collection timeout error

2015-01-19 Thread Manohar Sripada
I am getting collection timeout error while creating collection on Solr Cloud. Below is the error. > org.apache.solr.common.SolrException: createcollection the collection time out:180s at org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:252) at org.apache.s

Re: How to select the correct number of Shards in SolrCloud

2015-01-16 Thread Manohar Sripada
at is the size of the large cold shard? > Can you please suggest if any tool that you use for collecting the statistics? like the QTime's for the queries etc. Thanks, Manohar On Fri, Jan 16, 2015 at 3:23 PM, Shawn Heisey wrote: > On 1/15/2015 10:58 PM, Manohar Sripada wrote: > >

How to select the correct number of Shards in SolrCloud

2015-01-15 Thread Manohar Sripada
ot of improvement. So, how come the less number of shards performing better?? Is it because there are less number of posting lists to search on OR less merges that are happening? And how to determine the correct number of shards? Thanks, Manohar

Re: Loading data to FieldValueCache

2014-12-28 Thread Manohar Sripada
en, I think this shouldn't be an issue.. Thanks, Manohar On Fri, Dec 26, 2014 at 10:56 PM, Erick Erickson wrote: > Manohar: > > Please approach this cautiously. You state that you have "hundreds of > states". > Every 100 states will use roughly 1.2G of your filter cache

Re: Loading data to FieldValueCache

2014-12-26 Thread Manohar Sripada
Thanks Toke for the explanation, I will experiment with f.state.facet.method=enum Thanks, Manohar On Fri, Dec 26, 2014 at 4:09 PM, Toke Eskildsen wrote: > Manohar Sripada [manohar...@gmail.com] wrote: > > I have 100 million documents in my index. The maxDoc here is the maximum > &g

Re: Loading data to FieldValueCache

2014-12-26 Thread Manohar Sripada
above example, I am planning to use products facet with facet.methed=fc and state facet with facet.method=enum. How do I specify different facet methods for different fields while trying to get both of these facets. Thanks, Manohar On Thu, Dec 25, 2014 at 2:52 AM, Erick Erickson wrote: > Inl

Re: Loading data to FieldValueCache

2014-12-23 Thread Manohar Sripada
es related to products to fieldCache. > Again, while querying for this facet do I need to sent facet.method=fc every time? Thanks, Manohar On Wed, Dec 24, 2014 at 11:36 AM, Erick Erickson wrote: > By and large, don't use the enum method unless there are _very_ > few unique valu

Re: Loading data to FieldValueCache

2014-12-23 Thread Manohar Sripada
. (For example - Product List, States). The Product List facet has lot many unique values (around 10 million), where as States list will be in hundreds. So, I want to come up with the numbers for size of fieldValueCache/filterCache and pre-populate this. Thanks, Manohar On Tue, Dec 23, 2014 at 10:07 PM,

Loading data to FieldValueCache

2014-12-23 Thread Manohar Sripada
ent is I have 10 facet fields (with facetlimit - 5) to be shown in my UI. I want to speed up this by using this cache. Is there a way where I can specify only the list of fields to be loaded to FieldValue Cache? Thanks, Manohar

Re: Clearing SolrCaches

2014-12-08 Thread Manohar Sripada
How to edit the configuration that is linked to a collection?? I am using SolrCloud and I upload my config to Zookeeper. So, if I modify and upload the config, will that not impact the latest collection as well, if I don't reload the latest collection? Thanks, Manohar On Mon, Dec 8, 2014 at

Clearing SolrCaches

2014-12-08 Thread Manohar Sripada
ll be only one commit on data. Thanks, Manohar

Re: Question on Solr Caching

2014-12-08 Thread Manohar Sripada
1/data/index; maxCacheMB=48.0 maxMergeSizeMB=4.0) What does maxCacheMB and maxMergeSizeMB indicate? How to control it? Thanks, Manohar On Fri, Dec 5, 2014 at 11:04 AM, Shawn Heisey wrote: > On 12/4/2014 10:06 PM, Manohar Sripada wrote: > > If you use MMapDirectory, Lucene will map the fi

Re: Question on Solr Caching

2014-12-04 Thread Manohar Sripada
mean it will cache the Inverted index as well to OS disk's cache? The reason I am asking is, Solr searches this Inverted Index first to get the data. How about if we can keep this in memory? Thanks, Manohar On Thu, Dec 4, 2014 at 10:54 PM, Michael Della Bitta < michael.della.bi...@appin

Question on Solr Caching

2014-12-04 Thread Manohar Sripada
query. Just curious to know. 3. Similarly, Is there a way I can specify list of fields to be cached for FieldCache? Thanks, Manohar

Re: Formatting dates

2014-09-23 Thread Manohar Kanuri
Thanks Alex, I will try your "not programming" :) solution. Really appreciate your time and effort. manohar On Sep 22, 2014, at 6:23 PM, Alexandre Rafalovitch wrote: > You could try - for your ideal scenario - creating an > UpdateRequestProcessor (

Re: Formatting dates

2014-09-22 Thread Manohar Kanuri
t it back. None of this > is hard, but it'll require a bit of programming. Fortunately > not too much. > > Best, > Erick > > On Mon, Sep 22, 2014 at 1:16 PM, Manohar Kanuri wrote: >> Hello, >> >> I am a non-techie who decided to download and ins

Formatting dates

2014-09-22 Thread Manohar Kanuri
widget/gadget/gizmo/script that would do this? thanks, manohar