This is an automated email from the ASF dual-hosted git repository.
nixon pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git.
from 103e867 ATLAS-3758: support sort params in FreeTextSearchProcessor
new 1c034cb ATLAS-3788 : BasicSearch: Classification with System
attribute(indexed) filters has pagination issue
new c08c9f3 ATLAS-3783 : DSL query search should return results for both
the relationship edge directions
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
docs/src/documents/Search/SearchAdvanced.md | 12 +
.../discovery/ClassificationSearchProcessor.java | 13 +-
.../apache/atlas/query/GremlinQueryComposer.java | 16 +-
.../org/apache/atlas/query/IdentifierHelper.java | 10 +-
.../main/java/org/apache/atlas/query/Lookup.java | 3 +
.../apache/atlas/query/RegistryBasedLookup.java | 16 ++
.../test/java/org/apache/atlas/BasicTestSetup.java | 55 ++---
.../discovery/BasicSearchClassificationTest.java | 241 +++++++++++++++++++++
.../org/apache/atlas/query/DSLQueriesTest.java | 2 +
.../atlas/query/GremlinQueryComposerTest.java | 8 +-
10 files changed, 334 insertions(+), 42 deletions(-)
create mode 100644
repository/src/test/java/org/apache/atlas/discovery/BasicSearchClassificationTest.java