Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • We will provide a built-in implementation for LuceneSerializer . Use called FlatFormatSeralizer(). With this example serializer users can specify nested fields using the syntax fieldnameAtLevel1.fieldnameAtLevel2 to specify a field in the nested object both for for both indexing and querying. 

For example, the following Customer object contains a Person field. The Person object contains a Page field.

...