Re: analyzer for _text_ field

2016-07-16 Thread Steve Rowe
Waldyr, I recommend you start reading the Solr Reference Guide here: . In the following sections, there are many examples of schema.xml configuration of field types and fields. In general: what y

Re: analyzer for _text_ field

2016-07-16 Thread Waldyr Neto
in other way, i'm loking for how i define the analyzer for the content field :) wich is maped to _text_ field _text_ On Sat, Jul 16, 2016 at 2:38 PM, Waldyr Neto wrote: > yeap, > > i'm loking for a way to specify in schema.xml theh analyzer for the _text_ > field > > On Sat, Jul 16, 2016 at 12:

Re: Find part of long query in shorter fields

2016-07-16 Thread Ahmet Arslan
Hi Chantal, Please see https://issues.apache.org/jira/browse/LUCENE-7148 ahmet On Saturday, July 16, 2016 3:48 PM, CA wrote: Hello all, our index contains product offers from online shops. The fields we are indexing have all rather short values: the name of the product, the brand, the pric

Re: analyzer for _text_ field

2016-07-16 Thread Waldyr Neto
yeap, i'm loking for a way to specify in schema.xml theh analyzer for the _text_ field On Sat, Jul 16, 2016 at 12:22 PM, Steve Rowe wrote: > Waldyr, > > I don’t understand your first question - are you asking how to change the > schema without using the Schema API? > > About phonetic matching:

Re: index sql databases

2016-07-16 Thread Shawn Heisey
On 7/15/2016 3:10 PM, kostali hassan wrote: > Thank you Shawn the prb is when I display the field type date I get > the value in this forme -MM-dd'T'hh:mm:ss'Z' Solr only displays ISO date format for date fields -- an example is 2016-07-16T18:17:08.497Z -- and only in the UTC timezone. If you

Re: analyzer for _text_ field

2016-07-16 Thread Steve Rowe
Waldyr, I don’t understand your first question - are you asking how to change the schema without using the Schema API? About phonetic matching: there are several different phonetic token filters provided with Solr - see . --

Find part of long query in shorter fields

2016-07-16 Thread CA
Hello all, our index contains product offers from online shops. The fields we are indexing have all rather short values: the name of the product, the brand, the price, category and some fields containing identifiers like ASIN, GTIN etc. if available. We do not index the description texts. The

Re: analyzer for _text_ field

2016-07-16 Thread Waldyr Neto
tks, it works :) but do you know how i could do this, thange the _text_ analyzer using schemas? maybe in any point i could change the default analyzer. what i really need is to use any analyzer that work with phonetic search in the content of my files; On Fri, Jul 15, 2016 at 10:11 PM, Waldyr Net

SolrEntityProcessor DIH Problem!

2016-07-16 Thread Omid brmnd
Hi Dear Friends, I,m using solrcloud 6.0.0 . I follow the steps mentioned in : http://wiki.apache.org/solr/DataImportHandler#SolrEntityProcessor for using DIH! My configuration is : http://localhost:8983/solr/test_col1"; query="*:*"/> The response after execute is : { "responseHeader": { "s