This is an automated email from the ASF dual-hosted git repository.
nixon pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git.
from 96336b6 ATLAS-3758: support sort params in FreeTextSearchProcessor
new c739536 ATLAS-3788 : BasicSearch: Classification with System
attribute(indexed) filters has pagination issue
new e59fa0a 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