public class CloudViewV6R2012XHitsQueryBuilder extends java.lang.Object implements CloudViewV6HitsQueryBuilder
Modifier and Type | Field and Description |
---|---|
protected SearchQuery |
sq |
Constructor and Description |
---|
CloudViewV6R2012XHitsQueryBuilder(SearchQuery sq) |
Modifier and Type | Method and Description |
---|---|
CloudViewV6R2012XHitsQueryBuilder |
addCSVEncodedField(java.lang.String field)
Add the whole content of a CSV-encoded field to the hits
|
CloudViewV6R2012XHitsQueryBuilder |
addMetaFromCSVEncodedField(java.lang.String name,
java.lang.String csvField)
Add a meta to the hits, from a CSV-encoded index field.
|
CloudViewV6R2012XHitsQueryBuilder |
addMetaFromCSVEncodedField(java.lang.String name,
java.lang.String csvField,
boolean hl,
boolean summary)
Add a meta to the hits, from a CSV-encoded index field, with optional highligthing and summarization
|
CloudViewV6R2012XHitsQueryBuilder |
addMetaFromIndexField(java.lang.String name)
Add a simple meta to the hits, from the index field of the same name.
|
CloudViewV6R2012XHitsQueryBuilder |
addMetaFromIndexField(java.lang.String name,
java.lang.String indexField)
Add a simple meta to the hits, from an index field.
|
CloudViewV6R2012XHitsQueryBuilder |
addMetaFromIndexField(java.lang.String name,
java.lang.String indexField,
boolean hl,
boolean summary)
Add a simple meta to the hits, from an index field, with optional highlighting and summarization.
|
CloudViewV6R2012XHitsQueryBuilder |
addMetaFromVirtualExpression(java.lang.String name,
java.lang.String expr)
Add a simple meta to the hits, from a virtual expression
|
CloudViewV6R2012XHitsQueryBuilder |
clearMetas()
Remove all metas declared in the SearchLogic.
|
CloudViewV6R2012XHitsQueryBuilder |
enableHighlighting(java.lang.String meta)
Enable highlighting on an existing meta
|
CloudViewV6R2012XHitsQueryBuilder |
enableSummary(java.lang.String meta)
Enable summarization on an existing meta
|
CloudViewV6R2012XHitsQueryBuilder |
removeMeta(java.lang.String name)
Remove a meta from the hits
|
protected final SearchQuery sq
public CloudViewV6R2012XHitsQueryBuilder(SearchQuery sq)
public CloudViewV6R2012XHitsQueryBuilder clearMetas() throws com.exalead.util.TypedException
CloudViewV6HitsQueryBuilder
clearMetas
in interface CloudViewV6HitsQueryBuilder
com.exalead.util.TypedException
public CloudViewV6R2012XHitsQueryBuilder addMetaFromIndexField(java.lang.String name) throws com.exalead.util.TypedException
CloudViewV6HitsQueryBuilder
addMetaFromIndexField
in interface CloudViewV6HitsQueryBuilder
com.exalead.util.TypedException
public CloudViewV6R2012XHitsQueryBuilder addMetaFromIndexField(java.lang.String name, java.lang.String indexField) throws com.exalead.util.TypedException
CloudViewV6HitsQueryBuilder
addMetaFromIndexField
in interface CloudViewV6HitsQueryBuilder
com.exalead.util.TypedException
public CloudViewV6R2012XHitsQueryBuilder addMetaFromVirtualExpression(java.lang.String name, java.lang.String expr) throws com.exalead.util.TypedException
CloudViewV6HitsQueryBuilder
addMetaFromVirtualExpression
in interface CloudViewV6HitsQueryBuilder
com.exalead.util.TypedException
public CloudViewV6R2012XHitsQueryBuilder addMetaFromIndexField(java.lang.String name, java.lang.String indexField, boolean hl, boolean summary) throws com.exalead.util.TypedException
CloudViewV6HitsQueryBuilder
addMetaFromIndexField
in interface CloudViewV6HitsQueryBuilder
com.exalead.util.TypedException
public CloudViewV6R2012XHitsQueryBuilder addMetaFromCSVEncodedField(java.lang.String name, java.lang.String csvField) throws com.exalead.util.TypedException
CloudViewV6HitsQueryBuilder
addMetaFromCSVEncodedField
in interface CloudViewV6HitsQueryBuilder
com.exalead.util.TypedException
public CloudViewV6R2012XHitsQueryBuilder addMetaFromCSVEncodedField(java.lang.String name, java.lang.String csvField, boolean hl, boolean summary) throws com.exalead.util.TypedException
CloudViewV6HitsQueryBuilder
addMetaFromCSVEncodedField
in interface CloudViewV6HitsQueryBuilder
com.exalead.util.TypedException
public CloudViewV6R2012XHitsQueryBuilder addCSVEncodedField(java.lang.String field) throws com.exalead.util.TypedException
CloudViewV6HitsQueryBuilder
addCSVEncodedField
in interface CloudViewV6HitsQueryBuilder
com.exalead.util.TypedException
public CloudViewV6R2012XHitsQueryBuilder enableHighlighting(java.lang.String meta) throws com.exalead.util.TypedException
CloudViewV6HitsQueryBuilder
enableHighlighting
in interface CloudViewV6HitsQueryBuilder
com.exalead.util.TypedException
public CloudViewV6R2012XHitsQueryBuilder enableSummary(java.lang.String meta) throws com.exalead.util.TypedException
CloudViewV6HitsQueryBuilder
enableSummary
in interface CloudViewV6HitsQueryBuilder
com.exalead.util.TypedException
public CloudViewV6R2012XHitsQueryBuilder removeMeta(java.lang.String name) throws com.exalead.util.TypedException
CloudViewV6HitsQueryBuilder
removeMeta
in interface CloudViewV6HitsQueryBuilder
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.