[CODE4LIB] solr - search query count | highlighting

2009-10-16 Thread Eric James
For our finding aids, we are using fedoragenericsearch 2.2 with solr as index. Because the EADs can be huge, the EADs are indexed but not stored (with stored EADs, search time for ~500 objects = 20 min rather than 1 sec). However, we would like to have number of search terms found within

Re: [CODE4LIB] solr - search query count | highlighting

2009-10-16 Thread Ethan Gruber
Hi Eric, You do not have to store the entire text content of the EAD guide in order to enable facets. Here's an example: http://kittredgecollection.org/results?q=*:* . There are about 15 facets enabled on a collection of almost 1500 EAD documents (though quite small in filesize compared to

Re: [CODE4LIB] solr - search query count | highlighting

2009-10-16 Thread Eric James
-0400 From: ewg4x...@gmail.com Subject: Re: [CODE4LIB] solr - search query count | highlighting To: CODE4LIB@LISTSERV.ND.EDU Hi Eric, You do not have to store the entire text content of the EAD guide in order to enable facets. Here's an example: http://kittredgecollection.org/results?q

Re: [CODE4LIB] solr - search query count | highlighting

2009-10-16 Thread Rob Casson
with these counts. Date: Fri, 16 Oct 2009 15:27:42 -0400 From: ewg4x...@gmail.com Subject: Re: [CODE4LIB] solr - search query count | highlighting To: CODE4LIB@LISTSERV.ND.EDU Hi Eric, You do not have to store the entire text content of the EAD guide in order to enable facets. Here's

Re: [CODE4LIB] solr - search query count | highlighting

2009-10-16 Thread Király Péter
, 2009 9:52 PM Subject: Re: [CODE4LIB] solr - search query count | highlighting Thanks for your response. But, yes I'm able to use facets in general, and yes I'm able to do highlighting on stored fields. But finding how many times the query appears in the full text is my question. For example

Re: [CODE4LIB] solr - search query count | highlighting

2009-10-16 Thread Mark A. Matienzo
On Fri, Oct 16, 2009 at 3:12 PM, Eric James cirese...@hotmail.com wrote: For our finding aids, we are using fedoragenericsearch 2.2 with solr as index. Because the EADs can be huge, the EADs are indexed but not stored (with stored EADs, search time for ~500 objects = 20 min rather than 1

Re: [CODE4LIB] solr - search query count | highlighting

2009-10-16 Thread Roy Tennant
Maybe you should look into using what CDL uses to get that functionality, which is also based on Lucene: http://www.cdlib.org/inside/projects/xtf/ Roy On 10/16/09 10/16/09 € 12:12 PM, Eric James cirese...@hotmail.com wrote: For our finding aids, we are using fedoragenericsearch 2.2 with solr