RE: Open file limit warning when starting solr

2018-12-15 Thread Armon, Rony
Hi Daniel and thanks for bearing with me I tried installing solr 7.6.0 including the production instruction. I now have solr in init.d with RUNAS="solr" Status gives: rony@rony-VirtualBox:~/solr-7.6.0$ bin/solr status Found 1 Solr nodes: Solr process 11506 running on port 8983 INFO -

Solr schema to parse and search source code

2018-12-15 Thread Steven White
Hi everyone, I'm in need of providing a search engine to search source code such as Java, C++, PERL, Visual Basic, etc. My questions are: 1) Are there existing open source source code parsers I can use that will scan a source code and return it as elements such as comments, function names, class

[ANNOUNCE] Luke 7.6.0 released

2018-12-15 Thread Tomoko Uchida
Hi Luke users, Luke 7.6.0 was just released. Zip archive can be downloaded from here: https://github.com/DmitryKey/luke/releases/tag/luke-swing-7.6.0 This release includes important bug fixes and improvements. Please consider upgrading if you use Swing Luke 7.5.0. Major changes:

Re: Error at import data from SQL Server 2017 (Solr 7.5.0)

2018-12-15 Thread Alexis Aravena Silva
This is my schema definition: and that is the only log that I have by solr console, is there any why to get more information? Regards, From: zoolette Sent: Saturday, December 15, 2018 5:47:00 AM To:

Re: Reindex single shard on solr

2018-12-15 Thread Mahmoud Almokadem
You're right Erick. for the Hash.murmurhash3_x86_32 method I don't know should I pass my Id directly or with specific format like '1874f9aa-4cad-4839-a282-d624fe2c40c6!document_id', so I used a predefined method that get shard name directly. createCollection method doesn't create a collection

Configsets and DIH.properties

2018-12-15 Thread O. Klein
Following up on http://lucene.472066.n3.nabble.com/Can-I-use-configsets-with-custom-stopwords-per-collection-td4416454.html I am still looking for a good way to share schema.xml using

Re: Error at import data from SQL Server 2017 (Solr 7.5.0)

2018-12-15 Thread zoolette
Can you post the part of schema.xml where the fields are defined. The error seems to be an incompatibility between your schema and what your are trying to import. By the way, I think you should have further informations for this error on your log. Best, Sébastien Le sam. 15 déc. 2018 à 05:51,