Re: Query term count over a result set

2013-08-23 Thread JZ
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. > > >

Query term count over a result set

2013-08-23 Thread JZ
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

Re: Search for string ending with question mark

2013-07-03 Thread JZ
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 > >

Search for string ending with question mark

2013-07-03 Thread JZ
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

Merging text nodes/blocks of the catchall field

2012-01-13 Thread JZ
question is: how do you do this? Cheers, JZ