Can you post the debug section related to query parsing?
You can get it using 'debug=query'.
What's your select request handler configuration?
Cheers
--
*Alessandro Benedetti*
Director @ Sease Ltd.
*Apache Lucene/Solr Committer*
*Apache Solr PMC Member*
e-mail: a.benede...
Hi All,
I did sharding, splitted shard1 into shard-1_0 and shard-1_1
I want to have one more shard(3 shards). In this case, which shard should I
split . Please advise.
On Tue, Aug 1, 2023 at 11:17 AM HariBabu kuruva
wrote:
> ++ FYI, I can see the old shard automatically removed.
>
> On Mon, Ju
Well, if the size of the two shards you now have is equivalent, you will
not be able to get to 3 balanced (in size) shards.
If one of the two seems to get more data (is larger), split that one. This
might be the case if you use fancy routing for deciding which doc goes
where.
Otherwise, to get to
Thanks for volunteering, Ishan!
I wonder if it's worth it porting the 8x codeline into our build
infrastructure for 9x? i.e. use our existing Gradle build instead of Ant.
This way subsequent releases would be easier (if needed), would be easier
for anyone maintaining a fork of 8x, and we needn't
On 8/2/23 13:30, David Smiley wrote:
I wonder if it's worth it porting the 8x codeline into our build
infrastructure for 9x? i.e. use our existing Gradle build instead of Ant.
This way subsequent releases would be easier (if needed), would be easier
for anyone maintaining a fork of 8x, and we ne
Hi Ilan,
Thank you for your reply.
Application requests are facing connection failures a couple of times. So
our DEV team requested to add more shards as they are expecting more read
heavy queries in the future.
Initially they requested two shards and now they are asking for one more
shard.(3 sh
Great idea, David. I don't know much about the gradle build, but I would
love to give it a try. I feel it is worth the effort, since we should
support 8.11.x releases until 10.x is out.
On Thu, 3 Aug, 2023, 10:48 am Shawn Heisey, wrote:
> On 8/2/23 13:30, David Smiley wrote:
> > I wonder if it's