Re: 7.3 pull replica with 7.2 tlog leader

2018-05-06 Thread Will Currie
Thanks. Done. https://issues.apache.org/jira/browse/SOLR-12321 On Mon, May 7, 2018 at 12:56 PM, Mark Miller wrote: > Yeah, the project should never use built in serialization. I'd file a JIRA > issue. We should remove this when we can. > > - Mark > > On Sun, May 6, 2018 at 9:39 PM Will Currie w

Re: Determine Solr Core Creation Timestamp

2018-05-06 Thread Shawn Heisey
On 5/6/2018 3:09 PM, Atita Arora wrote: I am working on a developing a utility which lets one monitor the indexPipeline Status. The indexing job runs in two forms where either it - 1. Creates a new core OR 2. Runs the delta on existing core. To put down to simplest form I look into the DB timesta

Re: 7.3 pull replica with 7.2 tlog leader

2018-05-06 Thread Mark Miller
Yeah, the project should never use built in serialization. I'd file a JIRA issue. We should remove this when we can. - Mark On Sun, May 6, 2018 at 9:39 PM Will Currie wrote: > Premise: During an upgrade I should be able to run a 7.3 pull replica > against a 7.2 tlog leader. Or vice versa. > > M

7.3 pull replica with 7.2 tlog leader

2018-05-06 Thread Will Currie
Premise: During an upgrade I should be able to run a 7.3 pull replica against a 7.2 tlog leader. Or vice versa. Maybe I'm totally wrong in assuming that! Assuming that's correct it looks like adding a new method[1] to SolrResponse has broken binary compatibility. When I try to register a new pull

RE: Re:the number of docs in each group depends on rows

2018-05-06 Thread Ian Caldwell
When I looked at this in solr 5.5.3 The second phase of the query was only sent to the shards that returned documents in the first phase, the problem is that one shard may contain matching documents in a group but ranked outside the top N results. Fatduo this solution won't help you unless you

Presentation/Demo using latest Solr feature (SortableTextField)

2018-05-06 Thread Alexandre Rafalovitch
To those who noticed SortableTextField in Solr 7.3 and are curious whether it is useful, it seems to be. I've just finished a presentation at a Montreal Solr meetup on a rapid schema evolution. I based it on a simplest schema/solrconfig that used SortableTextField to make the initial data ingestio

Determine Solr Core Creation Timestamp

2018-05-06 Thread Atita Arora
Hi, I am working on a developing a utility which lets one monitor the indexPipeline Status. The indexing job runs in two forms where either it - 1. Creates a new core OR 2. Runs the delta on existing core. To put down to simplest form I look into the DB timestamp when the indexing job was triggere