truncate string field type

2018-07-07 Thread Zahra Aminolroaya
I want to truncate my string field type due to its number of bytes limit. I wrote the following in my schema: However, I found that StrField (string) does not support specifying an analyzer. Besides, prefixLength in TruncateTokenFilterFactory could

Re: Delta import not working with Oracle in Solr

2018-07-07 Thread Karthik S
Could you try something like this.? deltaQuery="select CONCAT(cast(col1 as varchar(10)) , name) as ID FROM MyTable WHERE UPDATED_DATE > '${dih.last_index_time}'" deltaImportQuery="select CONCAT(cast(col1 as varchar(10)) , name) as ID, * from MyTable WHERE CONCAT(cast(col1 as varchar(10)) , name)

Re: CSVResponseWriter doesnt return non-stored field even when docValues is enabled

2018-07-07 Thread Ganesh Sethuraman
Yes, i have the same problem too. DocValues=True and Stored as false does not come out in CSV. It works fine in JSON format. On Fri, Jul 6, 2018 at 6:37 PM, Karthikeyan Shanmugasundaram < ksundaram...@gmail.com> wrote: > Yea i just tried again and below is the info, > > - Solr/Lucene

Delta import not working with Oracle in Solr

2018-07-07 Thread shruti suri
HI, Please help me with delta import form one oracle table into solr. I don't have any primary key in the table. We need to use composite key using (LOCAL_MASTER_ID,LOCAL_ID). - Regards Shruti -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: common ecommerce use case

2018-07-07 Thread Doug Turnbull
I discuss nearly this exact use case my Lucene Rev talk 'Taxonomical Semantical Magical Search' https://www.youtube.com/watch?v=90F30PS-884 A common theme in my work with search UX is that users (especially in B2C contexts) increasingly don't want to use filters/facets. They want highly