Member since
07-19-2016
18
Posts
4
Kudos Received
0
Solutions
11-17-2016
02:35 PM
@james.jones Thanks for the suggestions. Everything seem working after i restart the Solr. Thanks
... View more
11-16-2016
09:15 PM
Hi, I wonder how's the replication work on solr? One of the core_node data directory is crashed, will solr automatically recover the lost data? If not, how to do it manually? The replication factor is set to 2 for this collection Now I am still able to query without error messages but sometime it returns the correct total number of documents and sometime it show roughly 50% of it. How do I correct this problem? -Wing
... View more
Labels:
- Labels:
-
Apache Solr
09-13-2016
02:55 PM
Thanks for the suggestions and I'll look them up. Basically I want to visualize the data on a line chart. Each line represent one type of animal and I don't know how many types of animal in the solr collection. Can I use facet range with group? then I can show the count on each day within the group?
... View more
09-12-2016
05:16 PM
Hi, Let's say I only have 2 fields in a document: "animal" and "born_date" A few examples of document: {animal:"cat", born_date:"1/1/2015" },{animal:"dog", born_date:"1/1/2015" },{animal:"snake", born_date:"1/3/2015" },........... Is it possible to write a facet query to generate the following result? {
"cat": [
"1/1/2015", 123,
"1/2/2015",423,
"1/3/2015",32,
....
"12/31/2015",32],
"dog": [
"1/1/2015", 23,
"1/2/2015",43,
"1/3/2015",88,
....
"12/31/2015",4],
"snake": [
"1/1/2015", 23,
"1/2/2015",67,
"1/3/2015",2,
....
"12/31/2015",6]
} -Wing
... View more
Labels:
- Labels:
-
Apache Solr
07-19-2016
09:56 PM
1 Kudo
I read this article to setup the Solr + kerberos. We already setup the KDC in a windows OS. But how do i create solr keytabs and principle? It seems like I can't use the kadmin.local command in windows. Thanks.
... View more
Labels:
- Labels:
-
Apache Solr