So not a clue? I've opened an issue for that on github, but I guess it 
might takes some time... Any workaround I can use?

On Monday, January 27, 2014 4:13:58 PM UTC+2, barak wrote:
>
> Did that, still returns the incorrect results. Just to be sure, I even 
> changed the output field, and again - although seen when I examine the doc 
> (head plugin), the api ( REST and JAVA concreteOption.getText().toString() 
> ) returns the old name. Is it possible to delete the data structure 
> directly from the fs?
>
> On Monday, January 27, 2014 3:58:08 PM UTC+2, Alexander Reelsen wrote:
>>
>> Hey,
>>
>> can you try running an optimize with expunge deletes set?
>>
>>
>> http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-optimize.html
>>
>> curl -XPOST '
>> http://localhost:9200/twitter/_optimize?only_expunge_deletes=true'
>>
>>
>> --Alex
>>
>>
>> On Mon, Jan 27, 2014 at 2:22 PM, barak <barak...@gmail.com> wrote:
>>
>>> Hi,
>>>
>>> I'm using the completion feature on 0.90.9. I've a document which I 
>>> index with multiple inputs and suggest based search works ok. Then I 
>>> deleted that doc and re-create it with different inputs, and it still being 
>>> returned with the first search I did, although I examined the doc (head 
>>> plugin) and the input field is indeed updated, which does not match that 
>>> search. Any flush need to issued after updates? Does the suggest API 
>>> explains the results?
>>>
>>> Thanks.
>>>
>>> -- 
>>> 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 elasticsearc...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/elasticsearch/741ebbf0-2a9d-464c-8946-ca1d13da5ff3%40googlegroups.com
>>> .
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>
>>

-- 
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 elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/13ab2569-038a-4b68-a252-d8ade2c9ca2d%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to