Re: Filtering on results with more than N words.

2013-06-07 Thread Jack Krupansky
-Original Message- From: Dotan Cohen Sent: Thursday, June 06, 2013 3:45 AM To: solr-user@lucene.apache.org Subject: Filtering on results with more than N words. Is there any way to restrict the search results to only those documents with more than N words / tokens in the searched field? I thought

Filtering on results with more than N words.

2013-06-06 Thread Dotan Cohen
Is there any way to restrict the search results to only those documents with more than N words / tokens in the searched field? I thought that this would be an easy one to Google for, but I cannot figure it out. or find any references. There are many references to word size in characters, but not

Re: Filtering on results with more than N words.

2013-06-06 Thread Jack Krupansky
-user@lucene.apache.org Subject: Filtering on results with more than N words. Is there any way to restrict the search results to only those documents with more than N words / tokens in the searched field? I thought that this would be an easy one to Google for, but I cannot figure it out. or find any

Re: Filtering on results with more than N words.

2013-06-06 Thread Walter Underwood
with more than N words. Is there any way to restrict the search results to only those documents with more than N words / tokens in the searched field? I thought that this would be an easy one to Google for, but I cannot figure it out. or find any references. There are many references to word size

Re: Filtering on results with more than N words.

2013-06-06 Thread Jack Krupansky
Subject: Re: Filtering on results with more than N words. Someone else asked about this recently. The best approach is to count the words at index time and add a field with the count, so title and title_len or something like that. wunder On Jun 6, 2013, at 4:20 AM, Jack Krupansky wrote: I

Re: Filtering on results with more than N words.

2013-06-06 Thread Walter Underwood
Subject: Re: Filtering on results with more than N words. Someone else asked about this recently. The best approach is to count the words at index time and add a field with the count, so title and title_len or something like that. wunder On Jun 6, 2013, at 4:20 AM, Jack Krupansky wrote

Re: Filtering on results with more than N words.

2013-06-06 Thread Jack Krupansky
- From: Dotan Cohen Sent: Thursday, June 06, 2013 3:45 AM To: solr-user@lucene.apache.org Subject: Filtering on results with more than N words. Is there any way to restrict the search results to only those documents with more than N words / tokens in the searched field? I thought that this would