Uses of Interface
org.apache.solr.analytics.value.StringValueStream
-
Packages that use StringValueStream Package Description org.apache.solr.analytics.facet Facets supported by the analytics component.org.apache.solr.analytics.function.field Fields to use for analytics expressions.org.apache.solr.analytics.function.mapping Mapping functions to use for analytics expressions.org.apache.solr.analytics.function.reduction Reduction functions to use for analytics expressions.org.apache.solr.analytics.function.reduction.data Reduction data collectors to use while computing analytics expressions.org.apache.solr.analytics.value Value types for analytics expressions.org.apache.solr.analytics.value.constant Constant values to be used in analytics expressions. -
-
Uses of StringValueStream in org.apache.solr.analytics.facet
Methods in org.apache.solr.analytics.facet that return StringValueStream Modifier and Type Method Description StringValueStreamValueFacet. getExpression()Get the expression used to create the facet values.Constructors in org.apache.solr.analytics.facet with parameters of type StringValueStream Constructor Description PivotBranch(String name, StringValueStream expression, PivotNode<T> childPivot)PivotLeaf(String name, StringValueStream expression)PivotNode(String name, StringValueStream expression)ValueFacet(String name, StringValueStream expression) -
Uses of StringValueStream in org.apache.solr.analytics.function.field
Classes in org.apache.solr.analytics.function.field that implement StringValueStream Modifier and Type Class Description classBooleanFieldAn analytics wrapper for a single-valuedBoolFieldwith DocValues enabled.classBooleanMultiFieldAn analytics wrapper for a multi-valuedBoolFieldwith DocValues enabled.classDateFieldAn analytics wrapper for a single-valuedTrieDateFieldorDatePointFieldwith DocValues enabled.classDateMultiPointFieldAn analytics wrapper for a multi-valuedDatePointFieldwith DocValues enabled.classDateMultiTrieFieldDeprecated.Trie fields are deprecated as of Solr 7.0classDoubleFieldAn analytics wrapper for a single-valuedTrieDoubleFieldorDoublePointFieldwith DocValues enabled.classDoubleMultiPointFieldAn analytics wrapper for a multi-valuedDoublePointFieldwith DocValues enabled.classDoubleMultiTrieFieldDeprecated.Trie fields are deprecated as of Solr 7.0classFloatFieldAn analytics wrapper for a single-valuedTrieFloatFieldorFloatPointFieldwith DocValues enabled.classFloatMultiPointFieldAn analytics wrapper for a multi-valuedFloatPointFieldwith DocValues enabled.classFloatMultiTrieFieldDeprecated.Trie fields are deprecated as of Solr 7.0classIntFieldAn analytics wrapper for a single-valuedTrieIntFieldorIntPointFieldwith DocValues enabled.classIntMultiPointFieldAn analytics wrapper for a multi-valuedIntPointFieldwith DocValues enabled.classIntMultiTrieFieldDeprecated.Trie fields are deprecated as of Solr 7.0classLongFieldAn analytics wrapper for a single-valuedTrieLongFieldorLongPointFieldwith DocValues enabled.classLongMultiPointFieldAn analytics wrapper for a multi-valuedLongPointFieldwith DocValues enabled.classLongMultiTrieFieldDeprecated.Trie fields are deprecated as of Solr 7.0classStringFieldAn analytics wrapper for a single-valuedStrFieldwith DocValues enabled.classStringMultiFieldAn analytics wrapper for a multi-valuedStrFieldwith DocValues enabled. -
Uses of StringValueStream in org.apache.solr.analytics.function.mapping
Methods in org.apache.solr.analytics.function.mapping that return StringValueStream Modifier and Type Method Description static StringValueStreamLambdaFunction. createStringLambdaFunction(String name, LambdaFunction.StringInStringOutLambda lambda, StringValueStream param)Creates a function that takes in either a single or multi valued string expression and returns the same type of expression with the given lambda function applied to every value.static StringValueStreamLambdaFunction. createStringLambdaFunction(String name, LambdaFunction.TwoStringInStringOutLambda lambda, StringValueStream param1, StringValueStream param2)Creates a function that maps two strings to a single string.Methods in org.apache.solr.analytics.function.mapping with parameters of type StringValueStream Modifier and Type Method Description static StringValueStreamLambdaFunction. createStringLambdaFunction(String name, LambdaFunction.StringInStringOutLambda lambda, StringValueStream param)Creates a function that takes in either a single or multi valued string expression and returns the same type of expression with the given lambda function applied to every value.static StringValueLambdaFunction. createStringLambdaFunction(String name, LambdaFunction.TwoStringInStringOutLambda lambda, StringValueStream param)Creates a function that takes in a multi-valued string expression and returns a single-valued string expression.static StringValueStreamLambdaFunction. createStringLambdaFunction(String name, LambdaFunction.TwoStringInStringOutLambda lambda, StringValueStream param1, StringValueStream param2)Creates a function that maps two strings to a single string. -
Uses of StringValueStream in org.apache.solr.analytics.function.reduction
Classes in org.apache.solr.analytics.function.reduction that implement StringValueStream Modifier and Type Class Description classCountFunctionA reduction function which either counts the number of values that the parameter expression contains, or the number of documents returned if no parameter is given.classDocCountFunctionA reduction function which either counts the number of Solr Documents for which the parameter expression exists, or the number of documents returned if no parameter is given.classMeanFunctionA reduction function which returns the mean of the values of the given expression.classMissingFunctionA reduction function which returns the number of documents for which the given expression does not exist.classSumFunctionA reduction function which returns the sum of the values of the given expression.classUniqueFunctionA reduction function which returns the number of unique values of the given expression. -
Uses of StringValueStream in org.apache.solr.analytics.function.reduction.data
Constructors in org.apache.solr.analytics.function.reduction.data with parameters of type StringValueStream Constructor Description SortedStringListCollector(StringValueStream param)StringMaxCollector(StringValueStream param)StringMinCollector(StringValueStream param)UniqueStringCollector(StringValueStream param) -
Uses of StringValueStream in org.apache.solr.analytics.value
Subinterfaces of StringValueStream in org.apache.solr.analytics.value Modifier and Type Interface Description static interfaceBooleanValue.CastingBooleanValueAn interface that represents all of the types aBooleanValueshould be able to cast to.static interfaceBooleanValueStream.CastingBooleanValueStreamAn interface that represents all of the types aBooleanValueStreamshould be able to cast to.static interfaceDateValue.CastingDateValueAn interface that represents all of the types aDateValueshould be able to cast to.static interfaceDateValueStream.CastingDateValueStreamAn interface that represents all of the types aDateValueStreamshould be able to cast to.static interfaceDoubleValue.CastingDoubleValueAn interface that represents all of the types aDoubleValueshould be able to cast to.static interfaceDoubleValueStream.CastingDoubleValueStreamAn interface that represents all of the types aDoubleValueStreamshould be able to cast to.static interfaceFloatValue.CastingFloatValueAn interface that represents all of the types aFloatValueshould be able to cast to.static interfaceFloatValueStream.CastingFloatValueStreamAn interface that represents all of the types aFloatValueStreamshould be able to cast to.static interfaceIntValue.CastingIntValueAn interface that represents all of the types aIntValueshould be able to cast to.static interfaceIntValueStream.CastingIntValueStreamAn interface that represents all of the types aIntValueStreamshould be able to cast to.static interfaceLongValue.CastingLongValueAn interface that represents all of the types aLongValueshould be able to cast to.static interfaceLongValueStream.CastingLongValueStreamAn interface that represents all of the types aLongValueStreamshould be able to cast to.interfaceStringValueA single-valued analytics value that can be represented as a string.static interfaceStringValue.CastingStringValueAn interface that represents all of the types aStringValueshould be able to cast to.static interfaceStringValueStream.CastingStringValueStreamAn interface that represents all of the types aStringValueStreamshould be able to cast to. -
Uses of StringValueStream in org.apache.solr.analytics.value.constant
Classes in org.apache.solr.analytics.value.constant that implement StringValueStream Modifier and Type Class Description classConstantBooleanValueA constantBooleanValue.classConstantDateValueA constantDateValue.classConstantDoubleValueA constantDoubleValue.classConstantFloatValueA constantFloatValue.classConstantIntValueA constantIntValue.classConstantLongValueA constantLongValue.classConstantStringValueA constantStringValue.
-