Re: Real time vs On demand cluster

2014-03-07 Thread prashy
upported by carrot2 or any other plugin available in ES? -- View this message in context: http://elasticsearch-users.115913.n3.nabble.com/Real-time-vs-On-demand-cluster-tp4051151p4051290.html Sent from the ElasticSearch Users mailing list archive at Nabble.com. -- You received this message because

Re: Real time vs On demand cluster

2014-03-07 Thread prashy
way we can create our custom filter using aggregation. For ex. If I create a label Mobile for cluster so all the documents containing the word mobile should go to one particular cluster. -- View this message in context: http://elasticsearch-users.115913.n3.nabble.com/Real-time-vs-On-dema

Re: Real time vs On demand cluster

2014-03-07 Thread Dawid Weiss
> And one more thing, Is there any concept like Real time clustering and On > demand clustering in ES? I honestly think you've read two different marketing snippets that both relate to the same thing... "On-demand" and "real time" happens on a subset of documents from the index and should return c

Re: Real time vs On demand cluster

2014-03-07 Thread joergpra...@gmail.com
e search query it will fetch the records, and on top of > that record the clustering (assign cluster labels and maintain hierarchy) > will happen. > > > And one more thing, Is there any concept like Real time clustering and On > demand clustering in ES? > > ~Prashant > &g

Re: Real time vs On demand cluster

2014-03-07 Thread prashy
record the clustering (assign cluster labels and maintain hierarchy) will happen. And one more thing, Is there any concept like Real time clustering and On demand clustering in ES? ~Prashant -- View this message in context: http://elasticsearch-users.115913.n3.nabble.com/Real-time-vs-On-demand

Re: Real time vs On demand cluster

2014-03-07 Thread Dawid Weiss
> But as I said, you don't cluster a document, you might want to recheck your > terminology :) The terminology is fine. The same word applies to two different things here, hence the confusion. Clustering in terms of infrastructure arrangement and clustering as in statistical data analysis (or tex

Re: Real time vs On demand cluster

2014-03-06 Thread David Pilato
_with_clusters for the documents like { "search_request": { "query": { "match": { "_all": "ABC" } }, "size": 1000, "from":0 }, "query_hint": "", "field_mapping": {

Re: Real time vs On demand cluster

2014-03-06 Thread Mark Walkom
ep 3: > *Now if I _search_with_clusters for the documents like > > { > "search_request": { > "query": { > "match": { > "_all": "ABC" > } > }, > "size": 1000, > "from&qu

Re: Real time vs On demand cluster

2014-03-06 Thread prashy
" } }, "size": 1000, "from":0 }, "query_hint": "", "field_mapping": { "content": [ "_source.empname" ] }, "algorithm": "lingo3g" } It will return 1000 of record i

Re: Real time vs On demand cluster

2014-03-06 Thread Mark Walkom
View this message in context: > http://elasticsearch-users.115913.n3.nabble.com/Real-time-vs-On-demand-cluster-tp4051151p4051256.html > Sent from the ElasticSearch Users mailing list archive at Nabble.com. > > -- > You received this message because you are subscribed to the Google Groups

Re: Real time vs On demand cluster

2014-03-06 Thread prashy
913.n3.nabble.com/Real-time-vs-On-demand-cluster-tp4051151p4051256.html Sent from the ElasticSearch Users mailing list archive at Nabble.com. -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emai

Re: Real time vs On demand cluster

2014-03-06 Thread Mark Walkom
lustering > of documents as well?" > > > > > -- > View this message in context: > http://elasticsearch-users.115913.n3.nabble.com/Real-time-vs-On-demand-cluster-tp4051151p4051253.html > Sent from the ElasticSearch Users mailing list archive at Nabble.com. > >

Re: Real time vs On demand cluster

2014-03-06 Thread prashy
ppens while retrieving the data from ES by any of search query (e.g. by carrot2 plugin)"* So in other words is it like that "indexing the data to ES does clustering of documents as well?" -- View this message in context: http://elasticsearch-users.115913.n3.nabble.com/Real-time-

Re: Real time vs On demand cluster

2014-03-06 Thread Mark Walkom
r.com web: www.campaignmonitor.com On 7 March 2014 16:08, prashy wrote: > I just wanted to know that is there any difference between Real time vs On > demand cluster wrt no of document to be indexed. > > > > -- > View this message in context: > http://elasticsearch-us

Re: Real time vs On demand cluster

2014-03-06 Thread prashy
I just wanted to know that is there any difference between Real time vs On demand cluster wrt no of document to be indexed. -- View this message in context: http://elasticsearch-users.115913.n3.nabble.com/Real-time-vs-On-demand-cluster-tp4051151p4051246.html Sent from the ElasticSearch Users

Re: Real time vs On demand cluster

2014-03-06 Thread Binh Ly
If you're referring to Carrot2 clustering, you might find that information here: http://project.carrot2.org/faq.html#scalability -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it,

Real time vs On demand cluster

2014-03-06 Thread prashy
What is the limit for clustering the document in case of real time cluster and on demand cluster? -- View this message in context: http://elasticsearch-users.115913.n3.nabble.com/Real-time-vs-On-demand-cluster-tp4051151.html Sent from the ElasticSearch Users mailing list archive at Nabble.com