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
* Enabling parent fields to be retrieved from nested queries.
* Removing redundant comments.
* gradlew spotlessApply
* Addressing PR comments, adding parameter to the tryGetFromParentDocument
* Addressing PR comments; Added support to explicitly retrieve a parent field using "_PARENT." notation
* Removed fallback mechanism, updated test cases to only handle the "_PARENT." notation.
* Updated IndexState to be more precise, implementation still uses _PARENT. prefix but now recursively calls the get function of SegmentDocLookup to handle multiple levels of nested objects
* Removed a test file, commented another method of initializing the value of the offset field
* Removed offset calculation in ObjectFieldDef and moved it to the AddDocumentHandler
* Removedthe _PARENT. prefix. Enhanced segmentDocLookup and SearchRequestProcessor in response to use nestedPath to determine if the field is on the parent level or the child level.
* Reverting SegmentDocLookup to only handle 1 layer of nesting
* Reverting design to use _PARENT notation
* Fixed bug where new parentLookup object was created for every document, getParentDocId returns exceptions instead of -1
* Removed redundant try catch block, and type cast the return of getFieldDef directly
0 commit comments