Mapper Plugin Issues

2014-06-23 Thread Deepikaa Subramaniam
I am using ElasticSearch mapper plugin for indexing contents for pdf, xls, ppt file types. My mapping is as follows: Indexing of the documents seems to be working fine and I am getting expected results. However, when I look at the actual index size, it increases linearly with the file size. I

Mapper Plugin Issues

2014-06-23 Thread Deepikaa Subramaniam
I am using ElasticSearch mapper plugin for indexing contents for pdf, xls, ppt file types. My mapping is as follows: [ElasticType( Name = "IndexDocument", SearchAnalyzer = "standard", IndexAnalyzer = "standard", DateDetection = true, NumericDetection

Mapper Plugin Issues

2014-06-23 Thread Deepikaa Subramaniam
I am using ElasticSearch mapper plugin for indexing contents for pdf, xls, ppt file types. My mapping is as follows: [ElasticType( Name = "IndexDocument", SearchAnalyzer = "standard", IndexAnalyzer = "standard", DateDetection = true, NumericDetection

Re: Elastic search indexing documents

2014-03-23 Thread Deepikaa Subramaniam
Also, using Nest client with C# On Sunday, March 23, 2014 11:36:11 PM UTC-7, Deepikaa Subramaniam wrote: > > I am using the attachment plugin. I have installed it under elastic search > plugings. > I couldn't find any C# examples to use this plugin. Everything that I find &

Re: Elastic search indexing documents

2014-03-23 Thread Deepikaa Subramaniam
> Read this;: http://www.elasticsearch.org/help/ > > -- > David ;-) > Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs > > > Le 24 mars 2014 à 02:47, Deepikaa Subramaniam > > > a écrit : > > I would like to index documents for full text search. > > On Fri

Re: Elastic search indexing documents

2014-03-23 Thread Deepikaa Subramaniam
I would like to index documents for full text search. On Friday, March 21, 2014 4:22:44 PM UTC-7, Deepikaa Subramaniam wrote: > > Hi guys, > > I am new to Elastic Search. Have setup my env use C# +Nest to access ES. I > am able to index txt files successfully. I downloaded the

Elastic search indexing documents

2014-03-21 Thread Deepikaa Subramaniam
Hi guys, I am new to Elastic Search. Have setup my env use C# +Nest to access ES. I am able to index txt files successfully. I downloaded the elastic search mapper plugin to extract data from other document types. However, if i try to search for some Keywords from within the doc the search doe