Interface SearchProjectionBuilderFactory
public interface SearchProjectionBuilderFactory
A factory for search projection builders.
This is the main entry point for the engine to ask the backend to build search projections.
-
Method Summary
Modifier and TypeMethodDescription<T> SearchProjection<T>constant(T value) <E> SearchProjection<E>entity()<R> SearchProjection<R><I> SearchProjection<I>score()
-
Method Details
-
documentReference
SearchProjection<DocumentReference> documentReference() -
entity
-
entityReference
-
id
-
score
SearchProjection<Float> score() -
composite
CompositeProjectionBuilder composite() -
constant
-