Re: Lucene search in attachments

2015-02-10 Thread David Pilato
I don’t understand. If you don’t raise this restriction to a higher value (or to -1), all the text won’t be extracted so only a subset of the text will be indexed. Non indexed parts of the text won’t be searchable. Did I misunderstand your question? -- David Pilato | Technical Advocate

Re: Lucene search in attachments

2015-02-10 Thread David Pilato
-mapper-attachments/blob/master/src/main/java/org/elasticsearch/index/mapper/attachment/AttachmentMapper.java#L456 <https://github.com/elasticsearch/elasticsearch-mapper-attachments/blob/master/src/main/java/org/elasticsearch/index/mapper/attachment/AttachmentMapper.java#L456> -- David

Re: Search "_all" field with a term

2014-10-11 Thread David Pilato
You should ask this on the elasticsearch mailing list. BTW, look at elasticsearch copy_to feature. Better than _all field. My 2 cents. -- David ;-) Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs > Le 11 oct. 2014 à 11:31, "haiwei.xie-soulinfo" a > écrit : > > Hi, > > Thanks for y

Re: Lucene vs RDBMS indexing at scale

2013-02-05 Thread David Pilato
So you probably should ask your question to the Elasticsearch mailing list. I think that some ES users already scales to x billion docs. Even if ES is Lucene based, it adds features to scale out (sharding, routing...). HTH -- David ;-) Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs Le 5

Re: Configuration for edge ngram typeahead

2013-01-04 Thread David Pilato
gs payload to that url? You can see that I attempted - per various bits of documentation - to do it in the mappings section above. On Fri, Jan 4, 2013 at 2:01 PM, David Pilato wrote: > Did you define mappings for your docs and fields to use that analyzer? > See: > http://www.elas

Re: Configuration for edge ngram typeahead

2013-01-04 Thread David Pilato
Did you define mappings for your docs and fields to use that analyzer? See: http://www.elasticsearch.org/guide/reference/api/admin-indices-put-mapping.html -- David ;-) Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs Le 4 janv. 2013 à 22:30, "C. Benson Manica" a écrit : I have been Goog

Re: Ex.

2012-11-09 Thread David Pilato
Hi Fabio, Did you consider using Hibernate Search? It's based on Lucene. It may help you. David. Le 9 novembre 2012 à 14:15, Fabio Ebner a écrit : > Hi.. can someone help me? i need to integrate LUCENE + SPRING + HIBERNATE > and don't find any articlhe about this.. > >