Hi,
I am using Java client i.e. SorlJ.
On 13/08/16 16:31, GW wrote:
No offense intended, but you are looking at a problem with your work. You
need to explain what you are doing not what is happening.
If you are trying to use PHP and the latest PECL/PEAR, it does not work so
well. It is considerably older than Solr 6.1.
This was the only issue I ran into with 6.1.
On 13 August 2016 at 06:10, Pranaya Behera <pranaya.beh...@igp.com> wrote:
Hi,
I am running solr 6.1.0 with solrcloud. We have 3 instance of
zookeeper and 3 instance of solrcloud. All three of them are active and up.
One collection has 3 shards, each shard has 2 replicas.
Everytime query whether from solrj or admin ui, getting inconsistent
results. e.g.
1. numFound is always fluctuating.
2. facet count shows the count for a field, filter query on that field
gets 0 results.
3. luke requests work(not sure whether gives correct info of all the
dynamic field) on per shard not on collection when invoked from curl but
doesnt work when called from solrj.
4. admin ui shows expanded results, same query goes from solrj,
getExpandedResults() gives 0 docs.
What would be cause of all this ? Any pointer to look for an error
anything in the logs.