Uses of Class
io.fluxcapacitor.common.search.Document
| Package | Description |
|---|---|
| io.fluxcapacitor.common.api.search | |
| io.fluxcapacitor.common.api.search.constraints | |
| io.fluxcapacitor.common.search |
-
Uses of Document in io.fluxcapacitor.common.api.search
Methods in io.fluxcapacitor.common.api.search with parameters of type Document Modifier and Type Method Description booleanConstraint. matches(Document document)booleanNoOpConstraint. matches(Document document)booleanSearchQuery. matches(Document d)Constructors in io.fluxcapacitor.common.api.search with parameters of type Document Constructor Description SerializedDocument(Document document) -
Uses of Document in io.fluxcapacitor.common.api.search.constraints
Methods in io.fluxcapacitor.common.api.search.constraints with parameters of type Document Modifier and Type Method Description booleanAllConstraint. matches(Document document)booleanAnyConstraint. matches(Document document)booleanFindConstraint. matches(Document document)booleanNotConstraint. matches(Document document)booleanPathConstraint. matches(Document document) -
Uses of Document in io.fluxcapacitor.common.search
Methods in io.fluxcapacitor.common.search that return Document Modifier and Type Method Description DocumentDefaultDocumentSerializer. deserialize(Data<byte[]> document)DocumentDocument. filterPaths(Predicate<Document.Path> pathFilter)default DocumentInverter. toDocument(Data<byte[]> data, String id, String collection)default DocumentInverter. toDocument(Data<byte[]> data, String id, String collection, Instant timestamp)DocumentInverter. toDocument(Data<byte[]> data, String id, String collection, Instant timestamp, Instant end)DocumentJacksonInverter. toDocument(Data<byte[]> data, String id, String collection, Instant timestamp, Instant end)Methods in io.fluxcapacitor.common.search that return types with arguments of type Document Modifier and Type Method Description static Comparator<Document>Document. createComparator(SearchDocuments searchDocuments)Methods in io.fluxcapacitor.common.search with parameters of type Document Modifier and Type Method Description TInverter. fromDocument(Document document)com.fasterxml.jackson.databind.JsonNodeJacksonInverter. fromDocument(Document document)Data<byte[]>DefaultDocumentSerializer. serialize(Document document)