Query to multiple collections

2018-10-22 Thread Rohan Kasat
Hi All , I have a SolrCloud setup with multiple collections. I have created say - two collections here as the data source for the both collections are different and hence wanted to store them differently. There is a use case , where i need to query both the collections and show unified search res

Re: Query to multiple collections

2018-10-22 Thread Rohan Kasat
Thanks Chris for the update. I was thinking on the same grounds just wanted to check if you faced any specific issues. Regards, Rohan Kasat On Mon, Oct 22, 2018 at 11:20 AM Chris Ulicny wrote: > Rohan, > > I do not remember where I came across it or what restrictions exist on it,

Re: Query to multiple collections

2018-10-22 Thread Rohan Kasat
Thanks Alex. I check aliases but dint focused much , will try to relate more to my use case and have a look again at the same. I guess the specification of collection in the query should be useful. Regards, Rohan Kasat On Mon, Oct 22, 2018 at 11:21 AM Alexandre Rafalovitch wrote: > Have

Re: SOLR External Id field

2018-10-22 Thread Rohan Kasat
Piyush, can you elaborate your question for external ID ? is this the field which distinguish each record in your indexes ? Regards, Rohan Kasat On Mon, Oct 22, 2018 at 11:46 AM Rathor, Piyush (US - Philadelphia) < prat...@deloitte.com> wrote: > Hi All, > > > > We are

Re: Query to multiple collections

2018-10-22 Thread Rohan Kasat
it wasn't worth the headache of managing > aliases for every possible combination of collections that needed to be > queried, but we would have preferred to use aliases. > > On Mon, Oct 22, 2018 at 2:27 PM Rohan Kasat wrote: > > > Thanks Alex. > > I check aliases but d

Re: SOLR External Id field

2018-10-22 Thread Rohan Kasat
Hi Piyush, There can be only a single unique identifier for a particular collection. And you can index the external field as Id for already existing record and it will replace the existing record. Regards, Rohan Kasat On Mon, Oct 22, 2018 at 2:20 PM Rathor, Piyush (US - Philadelphia) < p

Re: Query to multiple collections

2018-10-22 Thread Rohan Kasat
Thanks Shawn for the update. I am going ahead with the standard aliases approach , suits my use case. Regards, Rohan Kasat On Mon, Oct 22, 2018 at 4:49 PM Shawn Heisey wrote: > On 10/22/2018 1:26 PM, Chris Ulicny wrote: > > There weren't any particular problems we ran into si

Re: Tesseract language

2018-10-26 Thread Rohan Kasat
Hi Martin, Are you using it For image formats , I think you can try tess4j and use give TESSDATA_PREFIX as the home for tessarct Configs. I have tried it and it works pretty well in my local machine. I have used java 8 and tesseact 3 for the same. Regards, Rohan Kasat On Fri, Oct 26, 2018 at

Re: Tesseract language

2018-10-27 Thread Rohan Kasat
I used tess4j for image formats and Tika for scanned PDFs and images within PDFs. Regards, Rohan Kasat On Sat, Oct 27, 2018 at 12:39 AM Martin Frank Hansen (MHQ) wrote: > Hi Rohan, > > Thanks for your reply, are you using tess4j with Tika or on its own? I > will take a look at

Re: Solr Auto correct user query

2019-02-20 Thread Rohan Kasat
Can you share your config file and use case ? Its difficult to guess how you have configured the component. Regards, Rohan Kasat On Wed, Feb 20, 2019 at 12:21 AM Prasad_sarada wrote: > Hi, > I want to implement solr auto correct feature, i have tried doing the spell > check one but no

Re: Control Solr spellcheck functionality to provide suggestions for correct word

2019-04-05 Thread Rohan Kasat
Hi Rashi, Can you share your spellcheck configuration, it will be easy to check from the configuration? Regards, Rohan Kasat On Fri, Apr 5, 2019 at 10:29 AM rashi gandhi wrote: > HI, > > I am working on Solr spellcheck feature, and I am using index based > spellcheck dictionary

Re: Control Solr spellcheck functionality to provide suggestions for correct word

2019-04-06 Thread Rohan Kasat
solrParams.add("spellcheck.maxCollationTries", "10"); > solrParams.add("spellcheck.maxCollations", "5"); > solrParams.add("spellcheck.onlyMorePopular", "false"); > > is Solr always provide the suggestions for correct words also ? Any > pointers. > > > > > -- > Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html > -- *Regards,Rohan Kasat*

Re: Stopwords impact on search

2020-04-24 Thread Rohan Kasat
> Will my ranking improve is I do not index stopwords? > >> > >> I'm trying to figure out if I should use the stopword filter or not. > >> > >> Thanks in advanced. > >> > >> Steve > >> > > -- *Regards,Rohan Kasat*

Copy index from lower environment to Production | SolrCloud

2019-06-04 Thread Rohan Kasat
collection from cloud on lower environment to Production solrcloud instance ? -- *Regards,Rohan Kasat*

Re: Copy index from lower environment to Production | SolrCloud

2019-06-04 Thread Rohan Kasat
Thank you so much Erick. Will check these out. Regards, Rohan Kasat On Tue, Jun 4, 2019 at 12:54 PM Erick Erickson wrote: > > (t’s usually far easier to create a new collection in your upper > environment and index to _that_. Once the indexing is done, use the > Collections API

Issue with indexing document - solr 7.5

2019-06-14 Thread Rohan Kasat
Hi All, Am indexing json documents with parent child relationship's and have the following schema on Solr 7.5 id Document - { "id": "Year-2019", "year": 2019, "_childDocuments_": [ { "id": "5-2019", "month": 5 } ] } and the error am getting

Fwd: Issue with indexing document - solr 7.5

2019-06-15 Thread Rohan Kasat
Hi All, Am indexing json documents with parent child relationship and have the following schema on Solr 7.5 Schema - id Document - { "id": "Year-2019", "year": 2019, "_childDocuments_": [ { "id": "5-2019", "month": 5 } ] } and the error am g

Solr crash | GC issue

2019-08-16 Thread Rohan Kasat
is just 1 %. I am attaching the gc logs from 3 servers. Can you please help in analyzing yje logs and comments to improve https://gist.github.com/rohankasat/cee8203c0c12983d9839b7a59047733b -- *Regards,Rohan Kasat*

Re: Solr crash | GC issue

2019-08-16 Thread Rohan Kasat
Any things specific i should be checking ? Regards, Rohan Kasat On Fri, Aug 16, 2019 at 12:23 PM Shawn Heisey wrote: > On 8/16/2019 8:23 AM, Rohan Kasat wrote: > > I have a Solr Cloud setup of 3 solr servers 7.5 version. > > 24GB heap memory is allocated to each solr server a

Re: Solr crash | GC issue

2019-08-16 Thread Rohan Kasat
Thanks Shawn. I saw that error when the solr crashed last time. Am waiting to see if it happens again and to capture the compete error log. Regards, Rohan Kasat On Fri, Aug 16, 2019 at 2:36 PM Shawn Heisey wrote: > On 8/16/2019 11:59 AM, Rohan Kasat wrote: > > I see the OOM fil

Re: Re: Query on autoGeneratePhraseQueries

2019-10-15 Thread Rohan Kasat
ttps://urldefense.proofpoint.com/v2/url?u=http-3A__www.hotwaxsystems.com&d=DwIBaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=_8ViuZIeSRdQjONA8yHWPZIBlhj291HU3JpNIx5a55M&m=Zi9beGF58BzJUNUdCkeW0pwliKwq9vdTSh0V_lR0734&s=FhSkJBcmYw_bfHgq1enzuYQeOZwKHzlP9h4VwTZSL5E&e= > > > > > > > > -- > *Thanks & Regards* > Shubham Goswami > Enterprise Software Engineer > *HotWax Systems* > *Enterprise open source experts* > cell: +91-7803886288 > office: 0731-409-3684 > > https://urldefense.proofpoint.com/v2/url?u=http-3A__www.hotwaxsystems.com&d=DwIBaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=_8ViuZIeSRdQjONA8yHWPZIBlhj291HU3JpNIx5a55M&m=Zi9beGF58BzJUNUdCkeW0pwliKwq9vdTSh0V_lR0734&s=FhSkJBcmYw_bfHgq1enzuYQeOZwKHzlP9h4VwTZSL5E&e= > > > -- *Regards,Rohan Kasat*