Re: SnapPuller Exception in Slave server

2015-11-08 Thread davidphilip cherian
Hi, It is in the exception that 'master node' is not available, and thus reporting IO exception. Did you check if the master instance was running when these exceptions were reported? Where are these two nodes located? Is there a network latency? Do you see any mismatch in the numFound, at master

Error while merging Solr indexes

2015-11-08 Thread Vijay Mhaskar - 2
Hi All, I am trying to merge Solr indexes from two cores . Core1 has 0.2 Million docs and Core2 has 0.3 Million docs. Along with other fields we also have 5-6 Shingle fields in our schema.xml. We are getting below error when we try to run script Too many values for UnInvertedField faceting on

Re: Solr Cloud and Multiple Indexes

2015-11-08 Thread Modassar Ather
As per my understanding if the data getting indexed is completely different and does not fall into same schema they can be segregated for indexing. But if they fit into same schema then it is better to keep them in same index and if the index size grows then switch to SolrCloud as it has lots of be

Re: Exception in grouping with docValues enable field.

2015-11-08 Thread Modassar Ather
Thanks Alexandre, It seems to be the same problem. The version of Solr I am using is 5.2.1. Regards, Modassar On Mon, Nov 9, 2015 at 9:37 AM, Alexandre Rafalovitch wrote: > SOLR-4647 ? > > But your name is already in that JIRA, so perhaps something else > similar. You also did not mention the v

Re: Exception in grouping with docValues enable field.

2015-11-08 Thread Alexandre Rafalovitch
SOLR-4647 ? But your name is already in that JIRA, so perhaps something else similar. You also did not mention the version of Solr. Regards, Alex. Solr Analyzers, Tokenizers, Filters, URPs and even a newsletter: http://www.solr-start.com/ On 8 November 2015 at 22:59, Modassar Ather wro

Re: Exception in grouping with docValues enable field.

2015-11-08 Thread Modassar Ather
Hi, Any input will be really helpful. Regards, Modassar On Fri, Nov 6, 2015 at 11:20 AM, Modassar Ather wrote: > Hi, > > I have following docValues enabled field. > > *Field : * > *Type: * sortMissingLast="true" stored="false" indexed="false" docValues="true"/> > > When I am grouping on this

Re: solr-8983-console.log is huge

2015-11-08 Thread davidphilip cherian
I think, the collection reload, using collection apis[1] should do the work. If you are not on solr-cloud setup, just navigate to coreadmin on solr UI, and click on reload, and see if that works. [1] https://cwiki.apache.org/confluence/display/solr/Collections+API#CollectionsAPI-api2 http: //loca

Re: Solr Keyword query on a specific field.

2015-11-08 Thread davidphilip cherian
Nested queries might help. http://www.slideshare.net/erikhatcher/solr-query-parsing-tips-and-tricks On Mon, Nov 2, 2015 at 10:20 AM, Aaron Gibbons < agibb...@synergydatasystems.com> wrote: > The input for the title field is user based so a wide range of things can > be entered there. Quoting th

Re: solr-8983-console.log is huge

2015-11-08 Thread CrazyDiamond
Thx for answers. Is there any way to reload log4j.properities without restarting solr? -- View this message in context: http://lucene.472066.n3.nabble.com/solr-8983-console-log-is-huge-tp4238613p4239067.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: highlighting on child document

2015-11-08 Thread Yangrui Guo
But how does highlighting work with block join query? Do I need to supply additional parameter? Yangrui On Sun, Nov 8, 2015 at 12:45 PM, Mikhail Khludnev < mkhlud...@griddynamics.com> wrote: > On Thu, Nov 5, 2015 at 12:12 AM, Mikhail Khludnev < > mkhlud...@griddynamics.com> wrote: > > > > > High

Re: highlighting on child document

2015-11-08 Thread Mikhail Khludnev
On Thu, Nov 5, 2015 at 12:12 AM, Mikhail Khludnev < mkhlud...@griddynamics.com> wrote: > > Highlighter for block join hasn't been implemented. Here I'm wrong: https://issues.apache.org/jira/browse/LUCENE-5929 -- Sincerely yours Mikhail Khludnev Principal Engineer, Grid Dynamics

Re: DELETEREPLICA command shouldn't delete de last replica of a shard

2015-11-08 Thread Ishan Chattopadhyaya
On Sun, Nov 8, 2015 at 11:20 PM, Erick Erickson wrote: > I see your point. In the custom routing case where it _is_ reasonable > to delete all replicas in a shard, DELETESHARD does the trick. > > It's reasonable to raise a JIRA I think so we have a record of the > discussion/decision. > There is

Re: DELETEREPLICA command shouldn't delete de last replica of a shard

2015-11-08 Thread Erick Erickson
I see your point. In the custom routing case where it _is_ reasonable to delete all replicas in a shard, DELETESHARD does the trick. It's reasonable to raise a JIRA I think so we have a record of the discussion/decision. Erick On Sun, Nov 8, 2015 at 9:13 AM, Yago Riveiro wrote: > I don't know i

DELETEREPLICA command shouldn't delete de last replica of a shard

2015-11-08 Thread Yago Riveiro
I don't know if this behaviour makes sense but in my IMHO the last replica of a shard should be removed only by the DELETESHARD command ... If you don't not notice about this behaviour, the result is the deletion of the whole shard, and as a consequence, the deletion of the shard in the clustersta

fetched but none was processed when set batchSize to -1

2015-11-08 Thread Yangrui Guo
*Hello* *Indexing since 23m 45s* Requests: 5 (0/s), Fetched: 352,993 (248/s), Skipped: 0, Processed: 0 (0/s) Started: less than a minute ago I tried to index a table with nested structure. I set the parent entity as director and put cacheImpl="SortedMapBackedCache" processor= "SqlEntityProcessor"

Re: Solr Cloud and Multiple Indexes

2015-11-08 Thread Salman Ansari
Just to give you a context of what I am talking about, I am collecting data from different sources (such as articles, videos etc.). Moreover, I will be doing enrichment on the data such as Entity Extraction. From my previous experiment with Solr what I was doing is dumping all articles, videos meta