if i supply query:
two words
item.description returns only 128 chars, as expected. But if
"two words»
it returns the same 128 chars and all remainder of that field. Bit strange.
Should I provide additional info?
if i supply query:
two words
item.description returns only 128 chars, as expected. But if
"two words»
it returns the same 128 chars and all remainder of that field. Bit strange.
Should I provide additional info?
Thanks for answer.
Here is curl recreation elasticsearch fragment_size issue · GitHub
Also issued result ( item4.description ) (you can see all doc also in _source )
and mapping.
Please tell, can I do the trick with highlight fields like ["item*.title", "item*.description"] in query fields?
I understand, it looks bit strange. I’m try to explain:
All my docs contains 10 items with title and description (and so on, not important). I need to have 1 match per field, so my first version with just array of items wont work. If i setup number_of_fragments to 1 it returns only 1 result for all 10 items. If i setup number_of_fragments to 0 it returns all description concatenated in 1 highlight. So solution is to make item1, item2 etc.
Is it best solution?
if i supply query:
two words
item.description returns only 128 chars, as expected. But if
"two words»
it returns the same 128 chars and all remainder of that field. Bit strange.
Should I provide additional info?
17 черв. 2011, в 23:34, Ярослав Концевой написал(а):
Thanks for answer.
Here is curl recreation elasticsearch fragment_size issue · GitHub
Also issued result ( item4.description ) (you can see all doc also in _source )
and mapping.
Please tell, can I do the trick with highlight fields like ["item*.title", "item*.description"] in query fields?
I understand, it looks bit strange. I’m try to explain:
All my docs contains 10 items with title and description (and so on, not important). I need to have 1 match per field, so my first version with just array of items wont work. If i setup number_of_fragments to 1 it returns only 1 result for all 10 items. If i setup number_of_fragments to 0 it returns all description concatenated in 1 highlight. So solution is to make item1, item2 etc.
Is it best solution?
if i supply query:
two words
item.description returns only 128 chars, as expected. But if
"two words»
it returns the same 128 chars and all remainder of that field. Bit strange.
Should I provide additional info?
Please, say something Is this bug in ES (v 0.16.0)?
We ready to gonna production
20 черв. 2011, в 07:19, Ярослав Концевой написал(а):
No ideas?
17 черв. 2011, в 23:34, Ярослав Концевой написал(а):
Thanks for answer.
Here is curl recreation elasticsearch fragment_size issue · GitHub
Also issued result ( item4.description ) (you can see all doc also in _source )
and mapping.
Please tell, can I do the trick with highlight fields like ["item*.title", "item*.description"] in query fields?
I understand, it looks bit strange. I’m try to explain:
All my docs contains 10 items with title and description (and so on, not important). I need to have 1 match per field, so my first version with just array of items wont work. If i setup number_of_fragments to 1 it returns only 1 result for all 10 items. If i setup number_of_fragments to 0 it returns all description concatenated in 1 highlight. So solution is to make item1, item2 etc.
Is it best solution?
if i supply query:
two words
item.description returns only 128 chars, as expected. But if
"two words»
it returns the same 128 chars and all remainder of that field. Bit strange.
Should I provide additional info?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.