Re: ways to check if document is in a huge search result set

2017-09-10 Thread Mikhail Khludnev
You can request facet field, query facet, filter or even explainOther. On Mon, Sep 11, 2017 at 5:12 AM, Derek Poh wrote: > Hi > > I have a collection of productdocument. > Each productdocument has supplier information in it. > > I need to check if a supplier's products is return in a search > re

Re: ways to check if document is in a huge search result set

2017-09-10 Thread Michael Kuhlmann
Maybe I don't understand your problem, but why don't you just filter by "supplier information"? -Michael Am 11.09.2017 um 04:12 schrieb Derek Poh: > Hi > > I have a collection of productdocument. > Each productdocument has supplier information in it. > > I need to check if a supplier's products i

ways to check if document is in a huge search result set

2017-09-10 Thread Derek Poh
Hi I have a collection of productdocument. Each productdocument has supplier information in it. I need to check if a supplier's products is return in a search resultcontaining over 100,000 products and in which page (assuming pagination is 20 products per page). Itis time-consuming and "labour

Re: multi language search engine in solr

2017-09-10 Thread Mugeesh Husain
Thank you rick for your response. The document document have sepearte of the lanaguage instead of mix of Arabic, English, Bengali, Hindi, Malay. I coul not find any tokenizer for Malay, can you suggest me if you know please. -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.ht

Re: Solr memory leak

2017-09-10 Thread Hendrik Haddorp
I didn't meant to say that the fix is not in 7.0. I just stated that I do not see it listed in the release notes (https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310230&version=12335718). Thanks for explaining the release process. regards, Hendrik On 10.09.2017 17:32, Erick

Re: multi language search engine in solr

2017-09-10 Thread Rick Leir
Mugeesh, One important question: will the typical document have a mix of English and Bangla and Hindi? If so, you would probably have them all in one collection. Another thing to think about is the tokenizer. Are all words separated by white space? If not, then you might need to think about whic

Re: Solr memory leak

2017-09-10 Thread Erick Erickson
There will be no 6.7. Once the X+1 version is released, all past fixes are applied to as minor releases to the last released version of the previous major release. So now that 7.0 has been cut, there might be a 6.6.2 (6.6.1 was just released) but no 6.7. Current un-released JIRAs are parked on the

multi language search engine in solr

2017-09-10 Thread Mugeesh Husain
Hi I am working on multi language search engine for english,bangla, hindi and indonesia language. can anybody guide me how to configure solr schema. 1.) should i need to configure all the language in a single shard/collection. ? 2.)should I need to configure separate shard/collection for each

Re: Solr memory leak

2017-09-10 Thread Hendrik Haddorp
Hi, looks like SOLR-10506 didn't make it into 6.6.1. I do however also not see it listen in the current release notes for 6.7 nor 7.0: https://issues.apache.org/jira/projects/SOLR/versions/12340568 https://issues.apache.org/jira/projects/SOLR/versions/12335718 Is there any any rough id

mm with sow set to false bug

2017-09-10 Thread Basel Ariqat
Hello, We decided to upgrade solr to use Synonym graph filter, and this filter requires sow to be set to false. But after setting sow to false we’ve started to see some unexpected behaviour and after digging down the problem we’ve found out that mm results in wrong behaviour when setting sow to fa