Hello All:
    I have a situation wherein, I would like to index a search result (from 
a search query1), However I want to index only a subset of the content from 
each document that is returned after some processing of certain fields. 
(index2)
Is it possible so I can actually do some further querying into the newly 
created index  as soon as I am done with the indexing ? In theory, this 
newly created  index is transient. So  every new query1 will result in a 
new index2. 

The idea is that one the fields that is processed from the result of query1 
is converted from a String to a multivalue field in index2. a Second search 
is executed to find documents with a certain % overlap in this multivalue 
field
Can a query be executed to find a documents in index2 with a % overlap in a 
specific field ?


Thanks


Ramdev

-- 
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, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/026496f5-8067-4acb-acb9-88c5e759ed95%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to