result set?
I do not think there is something ready made, but perhaps a pointer to a
plugin or some code (or explanation why this does not exist yet) would be
great!
Thanks
On Fri, Aug 23, 2013 at 2:42 PM, Ahmet Arslan wrote:
> Hi JZ,
>
> You can use faceting component.
>
>
>
Hi all,
I would like to get the total count of a query term of a result set. Is
there a way to get this?
I know there is a TermVectorComponent that does this per result (document),
but it would be far too expensive to take the sum over all documents for a
term given that term.
The LukeRequestHan
g"/StrField).
>
> In either case, you would need to escape the "?" in the query parser (with
> a backslash) since it is a wildcard character.
>
> Yes, string_field:*\? should match any string field that ends with a "?".
>
> -- Jack Krupansky
>
>
Hi all,
Currently, I am experimenting with the tokenizers.
Assume, I have the values: "2013?", "1900?", "87?".
I want to retrieve all values that end with the question mark as literal.
How do I need to define the in the schema.xml to allow for such
a query?
I assume it would be like: *\?
Is
question is: how do you do this?
Cheers,
JZ