Re: Need Full text elasticsearch

2014-12-09 Thread David Pilato
I have no idea. Without a full example, it's hard to understand. Also, I'd recommend creating a new thread for new questions. Look at elasticsearch.org/help page. It could "help" :) David > Le 9 déc. 2014 à 11:29, Vijayakumari B N a écrit : > > Hi David, > > I am facing some problem. I am ge

Re: Need Full text elasticsearch

2014-12-09 Thread Vijayakumari B N
Hi David, I am facing some problem. I am getting the empty response. Not sure what would have went wrong. But there is a matching data in the object. Please advice This is my query string { "query" : { "simple_query_string" : { "query" : "new year", "fields" : [ "symptomField",

Re: Need Full text elasticsearch

2014-11-28 Thread Vijayakumari B N
Hi David, I am facing some problem while invoking restfull webservice. I am getting "NetworkError: 404 /_search - https://localhost:8443/_search?from=0&size=10&q=joe&f_date=&f_country="; error. If my understanding is not wrong it is because of HTTPS and restfull expects HTTP. I am facing this issu

Re: Need Full text elasticsearch

2014-11-26 Thread Vijayakumari B N
David, Is there a way to reduce the dependency of running the elastic server when we deploy the code to other environments? Thanks, Vijaya On Thu, Nov 20, 2014 at 1:19 PM, David Pilato wrote: > Sorry. I don't understand the first question. May be you could post links > to the source code? > Ab

Re: Need Full text elasticsearch

2014-11-19 Thread David Pilato
Sorry. I don't understand the first question. May be you could post links to the source code? About "where the clusters", probably on localhost:9300. https://github.com/dadoonet/legacy-search/blob/01-direct/src/main/webapp/WEB-INF/person-dao-context.xml#L54 David > Le 20 nov. 2014 à 08:29, Vija

Re: Need Full text elasticsearch

2014-11-19 Thread Vijayakumari B N
Hi David, I have a small inquiry on *Person.References* and its it is also bean used on *Json.References* is it just used for Unique identity or does the elastic search engine looks for references? and also where the clusters are been used in branch - 01 code. I am sorry i could not find it, but o

Re: Need Full text elasticsearch

2014-11-19 Thread David Pilato
Sure. You don't need Spring. Can be replaced easily with code you wrote. -- David ;-) Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs > Le 19 nov. 2014 à 13:29, Vijayakumari B N a écrit > : > > David, > > Looks like some elastic search xsds are missing in > http://www.pilato.fr/schem

Re: Need Full text elasticsearch

2014-11-19 Thread Vijayakumari B N
David, Looks like some elastic search xsds are missing in http://www.pilato.fr/schema/elasticsearch . Can i replace with below piece of code Client esClient = new TransportClient().addTransportAddress(new InetSocketTransportAddress("127.0.0.1", 9300)); return new ElasticsearchTemplate(

Re: Need Full text elasticsearch

2014-11-19 Thread David Pilato
Well branch 01 is fine. You can start from here: https://github.com/dadoonet/legacy-search/blob/01-direct/src/main/java/fr/pilato/demo/legacysearch/service/PersonService.java#L40 David > Le 19 nov. 2014 à 09:50, Vijayakumari B N a écrit > : > > David, > > There are couple of branches, which

Re: Need Full text elasticsearch

2014-11-19 Thread Vijayakumari B N
David, There are couple of branches, which branch should i use. Each branch has new functionality added to it and for my requirement to change the index and as and when we persist/delete or update data in table. Can i refer to Branch bulk-02 or if i am in the wrong branch please advice the right o

Re: Need Full text elasticsearch

2014-11-19 Thread Vijayakumari B N
Nope.. I will check it.. Thanks... On 19 Nov 2014 13:43, "David Pilato" wrote: > Did you click on the link in the README file and navigated in branches as > I wrote? > > -- > *David Pilato* | *Technical Advocate* | *Elasticsearch.com > * > @dadoonet

Re: Need Full text elasticsearch

2014-11-19 Thread David Pilato
Did you click on the link in the README file and navigated in branches as I wrote? -- David Pilato | Technical Advocate | Elasticsearch.com @dadoonet | @elasticsearchfr | @scrutmydocs > Le

Re: Need Full text elasticsearch

2014-11-18 Thread Vijayakumari B N
Hi David, Thanks for your reply. I dont find any code samples in the link you shared me. Can you please share something which helps me to implement. Thanks in advance. Thanks, Vijaya On Wed, Nov 19, 2014 at 12:48 PM, David Pilato wrote: > My advice would be to send your bean to elasticsearch

Re: Need Full text elasticsearch

2014-11-18 Thread David Pilato
My advice would be to send your bean to elasticsearch as soon as you merge/save it with Hibernate. Same when deleting. To do that, just use Jackson to transform your beans to JSON. I have a full demo here: https://github.com/dadoonet/legacy-search Just navigate in branches. HTH David > Le 19

Need Full text elasticsearch

2014-11-18 Thread Vijayakumari B N
Hi, I am looking for full text elastic search where in it searches the text in particular column of a database (Hibernate Persistence layer) and does indexing and caching of data. Please give me some inputs on how to start with this.? Regards, Vijaya -- You received this message because you