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
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
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
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