Solr is locked after killed - hdfs

2016-07-26 Thread Chaushu, Shani
Hi, I have issue that I saw it's a bug that really didn't resolved: https://issues.apache.org/jira/browse/SOLR-8335 I worked with solr 6.1, on HDFS but I see it's also exists in solr 5.X I started my solr, and because of out of memory exception, it was killed. Now when I start it again, I have er

RE: solr sql & streaming

2016-05-02 Thread Chaushu, Shani
q="*:*", fl="id,name,inStock", sort="id asc") Joel Bernstein http://joelsolr.blogspot.com/ On Mon, May 2, 2016 at 2:09 AM, Chaushu, Shani wrote: > U tried 2 examples: > > curl -id 'expr=search(collections_test, q="*:*",fl=id,n

RE: solr sql & streaming

2016-05-01 Thread Chaushu, Shani
; streaming It appears that you are not formatting the streaming expression properly. Can you post your entire http request? Joel Bernstein http://joelsolr.blogspot.com/ On Sun, May 1, 2016 at 2:01 PM, Chaushu, Shani wrote: > Yes I'm running in solr cloud mode. > I managed to make t

RE: solr sql & streaming

2016-05-01 Thread Chaushu, Shani
Are you running in SolrCloud mode? Here is blog post you can follow: https://sematext.com/blog/2016/04/18/solr-6-solrcloud-sql-support/ Thanks, Emir -- Monitoring * Alerting * Anomaly Detection * Centralized Log Management Solr & Elasticsearch Support * http://sematext.com/ On 28.04.201

solr sql & streaming

2016-04-28 Thread Chaushu, Shani
Hi, I installed solr 6 and try to run /sql and /stream request follow to this wiki https://cwiki.apache.org/confluence/display/solr/Parallel+SQL+Interface I saw in changes list that it doesn't need request handler configuration, but when I try to acces I get the following message: Error 404 No

Solr UI open source

2015-11-26 Thread Chaushu, Shani
Hi all, I want to build UI for Solr that get result to the user and also update the solr back (set for specific field) I start using ajax-solr because there is good tutorial and it's easy to use, but I didn't saw an example for update, and also I'm not sure the code is stable (no release in GIT)

RE: language plugin

2015-11-02 Thread Chaushu, Shani
, 2015 at 3:25 AM, Chaushu, Shani wrote: > Hi, > I'm using solr language detection plugin on field name "content" > (solr 4.10, plugin LangDetectLanguageIdentifierUpdateProcessorFactory) > When I'm indexing on the first time it works fine, but if I want to >

language plugin

2015-10-29 Thread Chaushu, Shani
Hi, I'm using solr language detection plugin on field name "content" (solr 4.10, plugin LangDetectLanguageIdentifierUpdateProcessorFactory) When I'm indexing on the first time it works fine, but if I want to set one field again (regardless if it's the content or not) if goes to its default lan

copy data between collection

2015-10-26 Thread Chaushu, Shani
Hi, Is there an API to copy all the documents from one collection to another collection in the same solr server simply? I'm using solr cloud 4.10 Thanks, Shani - Intel Electronics Ltd. This e-mail and any attachments may contain

RE: EmbeddedSolrServer No such core: collection1

2015-07-08 Thread Chaushu, Shani
edSolrServer newServer = new EmbeddedSolrServer(coreContainer, myCore); } Upayavira On Sun, Jul 5, 2015, at 01:17 PM, Chaushu, Shani wrote: > Hi, > I'm using EmbeddedSolrServer for testing the solr. > I went step by step in this instuctions (for solr 4) > https://wiki.searchtechnolog

EmbeddedSolrServer No such core: collection1

2015-07-05 Thread Chaushu, Shani
Hi, I'm using EmbeddedSolrServer for testing the solr. I went step by step in this instuctions (for solr 4) https://wiki.searchtechnologies.com/index.php/Unit_Testing_with_Embedded_Solr I can see that the config loaded, but when I try to put document, the error I get is: org.apache.solr.common.S

all terms and frequency

2015-06-02 Thread Chaushu, Shani
Hi, There is a way to use the Solr API to see all the words in all the documents and their frequency in each document? I saw the term vector component but couldn't see any way to see the vector for each word... Thanks, Shani -

Solr with language detection

2015-04-28 Thread Chaushu, Shani
Hi, I'm trying to use the Solr Tika language detection. I added to the Solrconfig.xml: content 0.1 language_t en And I have in the schema dynamic text field *_t And I also added the lib. I ran the nutch on single site, written in English

RE: CloudSolrServer - Unknown type 19

2015-04-08 Thread Chaushu, Shani
egards, Emre Sevinç http://www.bigindustries.be/ On Wed, Apr 8, 2015 at 1:46 PM, Chaushu, Shani wrote: > i'm using solr 4.4. > the query request works fine but when i try to add doc into solr cloud > (cloudSolrServer.request(updateRequest)) > i get an

CloudSolrServer - Unknown type 19

2015-04-08 Thread Chaushu, Shani
i'm using solr 4.4. the query request works fine but when i try to add doc into solr cloud (cloudSolrServer.request(updateRequest)) i get an error: Exception in thread "main" org.apache.solr.client.solrj.impl.CloudSolrServer$RouteException: Unknown type 19 at org.apache.solr.client.so

RE: Spark-Solr in python

2015-03-31 Thread Chaushu, Shani
t it would be a good contribution to upgrade https://github.com/toastdriven/pysolr to be SolrCloud-aware On Mon, Mar 30, 2015 at 11:31 PM, Chaushu, Shani wrote: > Hi, > I saw there is a tool for reading solr into Spark RDD in JAVA I want > to do something like this in python, is there a

Spark-Solr in python

2015-03-30 Thread Chaushu, Shani
Hi, I saw there is a tool for reading solr into Spark RDD in JAVA I want to do something like this in python, is there any package in python for reading solr into spark RDD? Thanks , Shani - Intel Electronics Ltd. This e-mail