Is DataImportHandler ready for production-usage?

2018-01-03 Thread Tech Id
Hi, I stumbled across https://wiki.apache.org/solr/DataImportHandler and found it matching my needs exactly. So I just wanted to confirm if it is an actively supported plugin, before I start using it for production. Are there any users who have had a good or a bad experience with DIH ? Thanks TI

Re: Confusing DocValues documentation

2017-12-22 Thread Tech Id
enabled by default for multi-valued > fields? > Because it is overhead when it comes to indexing and it is not used in all > cases - only if field is used for faceting, sorting or in functions. > > HTH, > Emir > -- > Monitoring - Log Management - Alerting - Anomaly Detection

Re: Confusing DocValues documentation

2017-12-22 Thread Tech Id
Very interesting discussion SG and Erick. I wish these details were part of the official Solr documentation as well. And yes, "columnar format" did not give any useful information to me either. "A good explanation increases contributions to the project as more people become empowered to improvise

Solr staying constant on popularity indexes

2017-10-09 Thread Tech Id
Hi, So I was a bit frustrated the other day when all of a sudden my Solr nodes started going into recovery. Everything became normal after a rolling restart, but when I looked at the logs, I was surprised to see --- nothing ! Solr UI gave me no information during recovery. Solr logs gave me no inf

Re: admin/metrics API or read JMX by jolokia?

2017-06-26 Thread Tech Id
Yes, this is really good to know. With Jolokia, it is difficult to parse the output a bit because of the presence of special characters in the mbean name like ' http://localhost:17330/jolokia/read/solr!/my!-collection_shard1_replica2:*' The presence of slashes etc. makes parsing and querying a bi

Should zookeeper be run on the worker machines?

2016-11-23 Thread Tech Id
Hi, Can someone please respond to this zookeeper-for-Solr Stack-Overflow question: http://stackoverflow.com/questions/40755137/should- zookeeper-be-run-on-the-worker-machines Thanks TI

Bug in Solr 6 dynamic-fields?

2016-05-04 Thread Tech Id
Hi, We are unable to resolve a problem with dynamic fields in Solr 6. The question and details can be found on stack-overflow at http://stackoverflow.com/questions/37014345/unable-to-add-new-dynamic-fields-in-solr-6-0/37018450#37018450 If its a real bug, then we can file a JIRA for the same. App

Re: Example of join using Solr/Lucene

2013-11-05 Thread Tech Id
On Tue, Nov 5, 2013 at 10:53 AM, Alvaro Cabrerizo wrote: > In my case, everytime I've used joins, the FROM field was a multivalued > string and the TO was an univalued string. > > Regards. > El 05/11/2013 18:37, "Tech Id" escribió: > > > I think Solr ha

Re: Example of join using Solr/Lucene

2013-11-05 Thread Tech Id
above example is a complete one. It leaves a lot for a fresh solr-user to guess about how to customize the schema and how to index two documents into Solr before doing a join. On Tue, Nov 5, 2013 at 9:31 AM, Tech Id wrote: > Hi, > > I have been searching for an example of joins using so

Example of join using Solr/Lucene

2013-11-05 Thread Tech Id
Hi, I have been searching for an example of joins using solr/lucene. But I have not found anything either on the net or in the src/examples. Can someone please point me to the same? Ideally, I need a join working with Solrj APIs (Please let me know if this group is Lucene-specific). Best Regard