Re: Nutch+Solr

2018-10-08 Thread Bineesh
This is solved. Nutch 1.15 have index-writers.xml file wherein we can pass the UN/PWD for indexing to solr. -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Index size issue in SOLR-6.5.1

2018-10-08 Thread Dominique Bejean
HI, In the Solr Admin console, you can access for each core to the "Segment info" page. You can see if there are more deleted documents in segments on server X. Dominique Le lun. 8 oct. 2018 à 07:29, SOLR4189 a écrit : > About which details do you ask? Yesterday we restarted all our solr > ser

Re: Using function in fiter query

2018-10-08 Thread Emir Arnautović
Hi Skanth, You can use FunctionRangeQueryParser to do that: https://lucene.apache.org/solr/guide/6_6/other-parsers.html#OtherParsers-FunctionRangeQueryParser Let us know if you are having troubles

Solr AutoSuggest Configuration Issue

2018-10-08 Thread Manu Nair
Hi, I am using Solr 5.1 for my application. I am trying to use the autoSuggest feature of Solr. I want to do context filtering on the results returned by Solr suggest. Please help me know if this feature is supported in the version that I am using(5.1). Also if it works with multivalued field. I

Indexing documents from S3 bucket

2018-10-08 Thread marotosg
Hi, At the moment I have a SolrCloud Cluster with a documents collection being populated indexing documents coming from a DFS server. Linux boxes are mounting that DFS server using samba. There is a request to move that DFS server to a AWS S3 bucket. Does anyone have previous experience about it

Re: Indexing documents from S3 bucket

2018-10-08 Thread ☼ R Nair
S3 gives listeners. So tap those listeners when objects are added, updated or deleted and use Solr API to push. That's high level, but I believe doable. I worked on Minio, an open source object storage supporting S3 and could do this because Minio gives me good and stable listeners. Best, Ravion

ComplexPhraseQParser vs phrase slop

2018-10-08 Thread David Santamauro
Hi, quick question. Should 1) {!complexphrase inOrder=false}f: ( "cat jump"~2 ) ... and 2) f: ( "cat jump"~2 ) ... yield the same results? I'm trying to diagnose a more complicated discrepancy that I've boiled down to this simple case. I understand #1 creates a SpanQuery and #2 a PhraseQu

not able to use deleteDocByQuery: please provide detailed example

2018-10-08 Thread Sudheer Shinde
my schema: id is primary key here: I want to delete using field TC_0Y0_ProductScope_0Y0_product_uid: my db-data config file:

not able to use deleteDocByQuery: please provide detailed example

2018-10-08 Thread Sudheer Shinde
solr 6.2.1: my schema: id is primary key here: I want to delete using field TC_0Y0_ProductScope_0Y0_product_uid: my db-data config file:

Re: checksum failed (hardware problem?)

2018-10-08 Thread Stephen Bianamara
Hi Susheel, Yes, I believe you are correct on fixing a node in place. My org actually just cycles instances rather than repair broken ones. It's too bad that there's nothing conclusive we can look for to help investigate the scope. We'd love to pin this down so that we could take something concre

Re: not able to use deleteDocByQuery: please provide detailed example

2018-10-08 Thread Chris Gerke
UNSUBSCRIBE On Tue, 9 Oct 2018 at 4:36 am, Sudheer Shinde wrote: > solr 6.2.1: > > my schema: > > id is primary key here: > > required="true" multiValued="false"/> > name="TC_0Y0_ItemRevision_0Y0_awp0Item_item_id" required="false" > stored="false" type="string"/> > name="TC_0Y0_Item_uid" req

Re: not able to use deleteDocByQuery: please provide detailed example

2018-10-08 Thread Erick Erickson
Chris: Please follow the instructions here: http://lucene.apache.org/solr/community.html#mailing-lists-irc. You must use the _exact_ same e-mail as you used to subscribe. If the initial try doesn't work and following the suggestions at the "problems" link doesn't work for you, let us know. But no

Re: Solr AutoSuggest Configuration Issue

2018-10-08 Thread Zheng Lin Edwin Yeo
The link that you are referring to is for Solr 6.6, but you are using Solr 5.1 which is quite an old version, so there could be some differences. You can refer this guide for Solr 5.1: http://archive.apache.org/dist/lucene/solr/ref-guide/apache-solr-ref-guide-5.1.pdf The current version of Solr is