Adding nodes

2016-02-13 Thread McCallick, Paul
I’d like to verify the following: - When creating a new collection, SOLRCloud will use all available nodes for the collection, adding cores to each. This assumes that you do not specify a replicationFactor. - When adding new nodes to the cluster AFTER the collection is created, one must use

Re: Logging request times

2016-02-13 Thread McCallick, Paul
I stand corrected. The Jetty request logs do indeed contain ALL of the traffic, both from other nodes and from query requests. For the record, it is valuable to capture the time at the client AND from the server to track latency or compression issues. On 2/11/16, 8:13 AM, "Shawn Heisey" wr

Re: boolean query with score and with out score

2016-02-13 Thread Erik Hatcher
And the parsed query output for each is...? > On Feb 13, 2016, at 00:13, sara hajili wrote: > > i have exactly this 2 query : > query = caption:apple caption:bannana^1.0003 caption:pineapple^1.0023 > and this query > query = caption:apple caption:bannana caption:pineapple > and get different

Re: boolean query with score and with out score

2016-02-13 Thread sara hajili
i have exactly this 2 query : query = caption:apple caption:bannana^1.0003 caption:pineapple^1.0023 and this query query = caption:apple caption:bannana caption:pineapple and get different result.! On Fri, Feb 12, 2016 at 11:55 PM, Erik Hatcher wrote: > What are the parsed queries from debu