RE: newbie question

2016-09-07 Thread Gonzalo Rodriguez
Hi Darshan, It looks like you are listing the instanceDir's name twice in the create collection command, it should be $ solrctl --zk host:2181/solr --solr host:8983/solr/ collection --create Catalog_search_index -s 10 -c Catalog_search_index Without the extra ". Catalog_search_index" at the e

RE: variaton on boosting recent documents gives exception

2015-02-13 Thread Gonzalo Rodriguez
Hello Michael, You can always change the type of your sortyear field to an int, or create an int version of it and use copyField to populate it. And using NOW/YEAR will round the current date to the start of the year, you can read more about this in the Javadoc: http://lucene.apache.org/solr/4

RE: Find duplicates

2014-12-02 Thread Gonzalo Rodriguez
Have you tried using result grouping for your query? There are some very good examples in the wiki: https://wiki.apache.org/solr/FieldCollapsing Gonzalo -Original Message- From: Peter Kirk [mailto:p...@alpha-solutions.dk] Sent: Tuesday, December 02, 2014 9:58 AM To: solr-user@lucene.a

RE: Help on Notification for SOLR

2014-11-24 Thread Gonzalo Rodriguez
Hi, You might want to take a look at the UpdateRequestProcessor and UpdateRequestProcessorChain classes: https://wiki.apache.org/solr/UpdateRequestProcessor and http://lucene.apache.org/solr/4_10_2/solr-core/org/apache/solr/update/processor/UpdateRequestProcessorChain.html You can hook a chain