Mikhail
We do add new nodes with our custom results in some cases... just curious-
does that preclude us from doing what we're trying to do above? FWIW, we
can avoid the custom nodes if we had to.
Chetan
On Wed, Jul 15, 2015 at 12:39 PM, Mikhail Khludnev <
mkhlud...@griddynamics.co
shard.
Regards
Chetan
On Wed, Jul 15, 2015 at 12:14 PM, Erick Erickson
wrote:
> bq: Is there a way to invoke IndexSearcher.search(Query, Collector)
>
> Problem is that this question doesn't make a lot of sense to me.
> IndexSearcher is, by definition, local to a si
Hi all
I asked a related question before but couldn't get any response (see
SolrQueryRequest in SolrCloud vs Standalone Solr), asking it differently
here.
Is there a way to invoke
IndexSearcher.search(Query, Collector) over a SolrCloud collection so that
in invokes the search/collect implicitly
Hi all
We have a cluster of standalone Solr cores (Solr 4.3) for which we had
built some custom requesthandlers and filters which do query processing
using the Terms API. I'm now trying to port the custom functionality to
work in the Solr Cloud world.
Old configuration had standalone cores with
he.solr.cloud.DistributedQueue$LatchChildWatcher; LatchChildWatcher
fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
INFO - 2015-05-20 10:36:25.086;
org.apache.solr.cloud.DistributedQueue$LatchChildWatcher; LatchChildWatcher
fired on path: /overseer/queue state: SyncConnected type NodeC
27;s true, the Solr log (or the screen if you're just running
> from the command line) will show big ugly stack traces.
>
> If nothing shows up in the logs then I'm puzzled, but what you
> describe is consistent with what I've seen in terms of having bad
> configs and tr
Hi all
We have a cluster of standalone Solr cores (Solr 4.3) for which we had
built some custom plugins. I'm now trying to prototype converting the
cluster to a Solr Cloud cluster. This is how I am trying to deploy the
cores (in 4.7.2).
1.
Start solr with zookeeper embedded.
java -Dzk
Hi all
I was trying to use the above enum to do some range search on dates... this
enum is returned by NumericRangeQuery.getTermsEnum() but I realized that
this is a protected method of the class and since this is a final class, I
can't see how I can use it. Maybe I'm missing something ?
Would ap
What is the difference between setting a fields type to string vs setting it
to text.
e.g.
or
--
View this message in context:
http://lucene.472066.n3.nabble.com/field-type-string-vs-field-type-text-tp2932083p2932083.html
Sent from the Solr - User mailing list archive at Nabble.com.