You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* org_elastic/master: (28 commits)
0.4 release
Add MapperTransformer
Use AbstractFieldMapper#getFieldValue()
Some refactoring; Mapper prefix folded into AbstractFieldMapper
feliperazeek#32 Added a transformer which uses a mapper
Make sure the user has not requested unknown fields
Minor restructuring
Made AFM#addField() non-static so we can access meta directly
Log json for index operation
Fix for feliperazeek#36 (Class references not cleaned up on hot reload)
Fix for feliperazeek#38 (@onetomany causes "Type not allowed" exception)
Fix for feliperazeek#34 (cannot parse indexed date on record retrieval)
Upgrade to ES 0.18.5
Fix for feliperazeek#37 (do not index @transient fields)
Fixed elasticSearch tag path (fixes bug in _at least_ 1.2.4-RC3)
Fixed route indentation to make file more readable
Add support for Float conversion to ReflectionUtil
Releasing 0.3
setQuery(QueryBuilder) is available from es-0.17.0 (See ES issue 994)
Log type mapping
...
Conflicts:
conf/routes
Fields annotated with @transient are indexed, since those fields are not persistent there's no reason for indexing them.
The text was updated successfully, but these errors were encountered: