Displaying 2 results from an estimated 2 matches for "dinamic_fields".
2015 Jun 20
1
Xapian with Json
...search.
Do you know some documentation about ?
Another problem that I have is that: In the same name/value pair sometimes I have different data types (date, text, number), so I don?t know how to search in it.
Maybe that's a ridiculous question, but I?m a newbie.
For example:
{
?id?: 10,
?dinamic_fields?:
[
{
?field_name?:?Name"
?field_value?:?Carlos Antonio"
},
{
?field_name?:?Birthday"
?field_value?:?1975-04-23T18:25:43.511Z"
},
{
?field_name?:?Age"
?field_value?:40
},
]
}
Sometimes I need to search in ?field_value" by text, sometim...
2015 Mar 08
2
Xapian with Couchdb
Hi,
I?m looking for how to integrate couchdb with xapian.
Couchdb has a elasticsearch plugin, but i didn?t find anything about xapian.
How is the best way to do it ?
There some tips / tricks about xapian and couchdb ?
Best Regards !
Carlos
Brazil.