useFastVectorHighlighter creates fragments with cut off terms, incomplete

2010-10-12 Thread Trey Hyde
This is my highlighter set up for the time being. true true 3 1 200 true Any suggestions? Thanks. I'm running revision 1021880 in the lusolr 3_1 branch. Trey Hyde th...@centraldesktop.com Central Desktop, Inc. Organize, Share, Collaborate

Re: useFastVectorHighlighter creates fragments with cut off terms, incomplete

2010-10-12 Thread Trey Hyde
lighter.java:379) ... >> >> I also set the value to a value larger than the possible size of the field >> but I still get a left truncated highlight in many cases. >> >> >> hl.fragListBuilder and hl.fragmentsBuilder sound like they may be relevant >> but I ha

PostingsHighlighter and analysis

2013-03-11 Thread Trey Hyde
ENE-4641 that is really critical to our searches is the WordDelimiter filer. My current index time filter config (which I believe has bee unchanged for me for 5+ years): Does anyone have any suggestions deal with this? Perhaps limiting certain options will always produce tokens in order

GC performance: 1.3 vs 1.4

2010-03-12 Thread Trey Hyde
y suggestions on a change to my GC settings or solrconfig.xml to match with changes in 1.4? I'm going to add an SSD L2ARC to get some better performance but that will not help my GC issues. Trey Hyde th...@centraldesktop.com Central Desktop, Inc. Organize, Share, Collaborate

Re: faceted browsing

2006-04-04 Thread Trey Hyde
Chris Hostetter wrote: : My (our) query plugin uses specialized SolrCache's in lieu of the meta : data records. For each new searcher installed each fields possible : values will be determined and stored in a cache (off the top of my head, Are you determining the field values based on all in

Re: faceted browsing

2006-04-03 Thread Richard \"Trey\" Hyde
My (our) query plugin uses specialized SolrCache's in lieu of the meta data records. For each new searcher installed each fields possible values will be determined and stored in a cache (off the top of my head, some fields have a cardinality of well over 500k). Each time a query is run that r