Re: Trouble boosting a field

2017-01-16 Thread Tom Chiverton
Ohh, that's handy ! But it needs Solr/ElasticSearch to be publicly accessible ? On 14/01/17 09:23, Alan Woodward wrote: http://splainer.io/ from the gents at OpenSourceConnections is pretty good for this sort of thing, I find… Alan Woodward www.flax.co.uk On 13 Jan 2

Re: Trouble boosting a field

2017-01-16 Thread Alan Woodward
Just accessible from your browser, so if you have a machine that’s inside your firewall but can see the outside world then it will work. Alan Woodward www.flax.co.uk > On 16 Jan 2017, at 09:47, Tom Chiverton wrote: > > Ohh, that's handy ! But it needs Solr/ElasticSearch to be publicly accessi

Solr Shard Splitting Issue

2017-01-16 Thread Ekta Bhalwara
Hi , I tried Shard Splitting with 6.3 version of Solr,with the following steps:- Step 1 : I have issued "collections?action=SPLITSHARD&collection=&shard=shard1" Step 2 : I noticed 2 child shard got created shard1_0 and shard1_1 step 3 : After complete step 2, still I see shard1 state :

Concat Fields in JSON Facet

2017-01-16 Thread Zheng Lin Edwin Yeo
Hi, I have been using JSON Facet, but I am facing some constraints in displaying the field. For example, I have 2 fields, itemId and itemName. However, when I do the JSON Facet, I can only get it to show one of them in the output, and I could not get it to show both together. I will like to show

Re: Large index recommendation

2017-01-16 Thread Joe Obernberger
Thank you all for the responses; very helpful! In this configuration, by far, most of the time is spent indexing new data rather than searching. When I look at a solr instance, it is almost always using 100% CPU when no searches are being executed. Given that the machines have many cores, goi

Can't create collection

2017-01-16 Thread Joe Obernberger
Hi All - trying to create a collection in Solr 6.3.0 on a 5 node cluster and getting a timeout error. The cluster has a collection already, but I'm trying to make a new one. The UI reports 'Connection to Solr lost - Please check the Solr instance.'. It is still running, but the log reports:

Re: Can't create collection

2017-01-16 Thread Hrishikesh Gadre
Based on the stack trace, it looks like the Solr collection create request was not processed (or in-progress) on the overseer node. Can you check if the Solr server hosting the overseer role is healthy and is connected to Zookeeper ? If there are no issues with the cluster, you can try using the a

HELP!!- Error on authentication for mongodb in data-source-config.xml

2017-01-16 Thread Abhijit Pawar
Hello, Need your help on one small problem I am facing in SOLR. I have added authentication for our mongodb database in data-source-config file in SOLR. This is the configuration I have done : >*.*<>*] ​Any idea what could be the issue.​?Appreciate you help!!! ​Thank You!​ Best Regard

Solr 6.1: Specifying exponent optional parameter for BlendedInfixLookupFactory

2017-01-16 Thread David Bell
Hi, I can't manage to get the exponent parameter to have any impact on the suggester I've configured. My suggester config is below: name BlendedInfixLookupFactory DocumentDictionaryFactory field weightField contextField text_en position_reciprocal 2.0 I know the

Re: Can't create collection

2017-01-16 Thread Joe Obernberger
Thank you Hrishikesh, I did try recreating with async, but that just ran and ran. When I called for the overseer status, that too hung up. I restarted the cluster and now it is working. -Joe On 1/16/2017 3:01 PM, Hrishikesh Gadre wrote: Based on the stack trace, it looks like the Solr co

Re: what will happen for incoming request when we are reloading a collection?

2017-01-16 Thread Zheng Lin Edwin Yeo
Hi Jeffery, It shouldn't fail, but it could become a little slower. Regards, Edwin On 13 January 2017 at 12:03, Mikhail Khludnev wrote: > Hello Jeffery, > I bet for "becoming a little slower". > > On Thu, Jan 12, 2017 at 8:52 PM, Jeffery Yuan > wrote: > > > I am wondering what will happen fo

Re: Concat Fields in JSON Facet

2017-01-16 Thread Zheng Lin Edwin Yeo
Hi, So is there anyway which we can concat 2 fields together in JSON Facet? Regards, Edwin On 16 January 2017 at 22:58, Zheng Lin Edwin Yeo wrote: > Hi, > > I have been using JSON Facet, but I am facing some constraints in > displaying the field. > > For example, I have 2 fields, itemId and i

Re: what will happen for incoming request when we are reloading a collection?

2017-01-16 Thread Jeffery Yuan
That's good to know :) Thanks so much for your reply, Edwin and Mikhail. -- View this message in context: http://lucene.472066.n3.nabble.com/what-will-happen-for-incoming-request-when-we-are-reloading-the-collection-tp4313743p4314262.html Sent from the Solr - User mailing list archive at Nabb