Hello Erik,
A field copy implies a doubling of the data in the Index, right? OR
should I not store or index the
dynamic field and instead copy it to another field, and then let it be
indexed and stored?
Another possibility would be to search all fields, but that doesn't seem
to be possible. Or am I Missing something?
Thanks, Brian.
Erik Hatcher schrieb:
Brian - you can copyField all *_en fields to a common "contents_en"
field, for example, and then search contents_en:(for whatever).
You cannot currently search by field type, though that is an
interesting possible feature.
I would like to see Solr support wildcarded field names in request
parameters, but we're not there yet.
Erik
On Oct 15, 2007, at 9:32 AM, Brian Carmalt wrote:
Hello all,
Is there a way to search dynamicFields, without having to specify the
name of the
filed in a Query.
Example: I have index a doc with the field name myDoc_text_en. and I
have a dynamic field
*_text_en which maps to a type of text_en. How can I search this
field without knowing its
specific name? Can I search according to field type? I have looked
at the
DisMaxRequestHandler, which might work, but it doesn't accept
wildcard field names or field types.
I'm using 1.3.
Thanks in advance.
Brian