Re: Special character (&) search in query not working

2018-07-13 Thread Gurdeep Singh
Replace & with %26 and try. > On 13 Jul 2018, at 8:54 PM, shruti suri wrote: > > Hi, > > I have Special character(&) in my index and when I am searching for some > value with ampersand, the search breaks. > > query term : "Travel Marketing & Finance" > > *FieldType* > >

Re: Solr index getting replaced instead of merged

2017-08-30 Thread Gurdeep Singh
Not sure how you are doing indexing. Try adding clean=false in your indexing command/script when you do second table indexing. > On 30 Aug 2017, at 7:06 PM, Agrawal, Harshal (GE Digital) > wrote: > > Hello Guys, > > I have installed solr in my local system and was

HBase table indexing in Solr using morphline conf

2016-12-15 Thread Gurdeep Singh
Hi All, I am trying to index a HBase table into Solr using HBase indexer and morphline conf. file. The issue I'm facing is that, one of the column in HBase table is a count field (with values as integer) and except this column all other string type HBase columns are getting indexed in Solr as

Solr 6.2 Distributed joins

2016-10-05 Thread Gurdeep Singh
Hello all, I am exploring one of Solr 6.2 new feature (stream decorators) for one of my application and the "leftOuterJoin" is working as expected. (joining two streams and getting the data from both the collections) I need to know if group query works with these distributed joins or not? (like