<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>DataStax Support Forums &#187; Tag: cache - Recent Posts</title>
		<link>http://www.datastax.com/support-forums/tags/cache</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 02:13:23 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.3</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.datastax.com/support-forums/search.php</link>
		</textInput>
		<atom:link href="http://www.datastax.com/support-forums/rss/tags/cache" rel="self" type="application/rss+xml" />

		<item>
			<title>jas on "Levers for increasing DSE 2 Solr performance?"</title>
			<link>http://www.datastax.com/support-forums/topic/levers-for-increasing-dse-2-solr-performance/page/2#post-1830</link>
			<pubDate>Thu, 03 May 2012 15:44:20 +0000</pubDate>
			<dc:creator>jas</dc:creator>
			<guid isPermaLink="false">1830@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi Rock:&#60;/p&#62;
&#60;p&#62;I had some things to take care of as well as I pursued the FVH problem using the more formal support ticket process.  It turns out there was an FVH implementation bug in DSE 2.0 which has been reproduced and fixed and should be included in the DSE 2.1 release, whenever that is.  I cannot speak for DataStax, of course, but I'm told the fix is in. :)&#60;/p&#62;
&#60;p&#62;That means I feel confident I can continue to develop around DSE 2.x and know that fix is coming. I look forward to when I can abandon plain old Solr completely, but until then, for high performance demos/testing, I'll continue to use Solr with FVH, and also work to incorporate DSE and Solr 4 features into my application.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;/p&#62;
&#60;p&#62;Jeff
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Levers for increasing DSE 2 Solr performance?"</title>
			<link>http://www.datastax.com/support-forums/topic/levers-for-increasing-dse-2-solr-performance/page/2#post-1805</link>
			<pubDate>Mon, 30 Apr 2012 20:47:00 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">1805@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Jeff,&#60;/p&#62;
&#60;p&#62;To see the term vectors, this Solr component should be installed:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wiki.apache.org/solr/TermVectorComponent&#34; rel=&#34;nofollow&#34;&#62;http://wiki.apache.org/solr/TermVectorComponent&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Can you post your data and queries etc so we can reproduce the problem?  It is likely a FVH bug.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jas on "Levers for increasing DSE 2 Solr performance?"</title>
			<link>http://www.datastax.com/support-forums/topic/levers-for-increasing-dse-2-solr-performance/page/2#post-1794</link>
			<pubDate>Sat, 28 Apr 2012 20:14:45 +0000</pubDate>
			<dc:creator>jas</dc:creator>
			<guid isPermaLink="false">1794@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Is it possible there is a bug in DSE 2 with regards to term offsets and positions when using FVH?  I don't have a Solr 4.0 setup handy, but I did update my previous Solr 3.5.0 configuration to match that with DSE and I reindexed my content.&#60;/p&#62;
&#60;p&#62;Why the document ID is present in the DSE FVH snippet is a mystery. I do not see those in my Solr 3.5.0 output using FVH. It looks like the DSE non-FVH version posted previously, except there is a trailing space after each of the two closed &#60;code&#62;&#38;lt;span&#38;gt;&#60;/code&#62; tag. So, why do I get document IDs appearing in the snippets using FVH with DSE 2?&#60;/p&#62;
&#60;p&#62;Looking at that particular document (ING:6xwoe) in Cassandra:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[default@IngenuityContent] get SearchMain[&#38;#039;ING:6xwoe&#38;#039;];
...
=&#38;gt; (column=n_name, value=egfr, timestamp=1335497830220000)
...
=&#38;gt; (column=n_synonym, value=egfr, timestamp=1335497830220000)
...
=&#38;gt; (column=type, value=node, timestamp=1335497830220000)
Returned 24 results.
Elapsed time: 22 msec(s).
[default@IngenuityContent]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Those field values do not contain the document ID. :) Is it possible to see the term offsets and positions somewhere?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Jeff
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jas on "Levers for increasing DSE 2 Solr performance?"</title>
			<link>http://www.datastax.com/support-forums/topic/levers-for-increasing-dse-2-solr-performance/page/2#post-1788</link>
			<pubDate>Fri, 27 Apr 2012 17:45:32 +0000</pubDate>
			<dc:creator>jas</dc:creator>
			<guid isPermaLink="false">1788@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Anybody got any opinions regarding my posting from 4 days ago regarding how to best make use of 34GB of RAM using the heap, Solr caches, Cassandra row and key caches?  &#60;/p&#62;
&#60;p&#62;I realize there is not specific magic answer, but a push in the right direction would be appreciated.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Jeff
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jas on "Levers for increasing DSE 2 Solr performance?"</title>
			<link>http://www.datastax.com/support-forums/topic/levers-for-increasing-dse-2-solr-performance/page/2#post-1785</link>
			<pubDate>Fri, 27 Apr 2012 16:30:40 +0000</pubDate>
			<dc:creator>jas</dc:creator>
			<guid isPermaLink="false">1785@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I've not yet updated my EC2 instances, but I've been trying to resolve the FVH issue using my 2010 Core i7 iMac, with 16GB of RAM, using the DSE tarball install.&#60;/p&#62;
&#60;p&#62;A typical query generated by our application is used below, using the standard highlighter and then the fast vector highlighter. I'm using curl to speak directly to Solr/DSE, eliminating any additional application processing delays.  The curl request is issued on the same system running DSE (localhost).&#60;/p&#62;
&#60;p&#62;&#60;code&#62;curl &#38;quot;http://localhost:8983/solr/IngenuityContent.SearchMain/select?hl.requireFieldMatch=true&#38;amp;facet=true&#38;amp;facet.offset=0&#38;amp;facet.mincount=1&#38;amp;facet.limit=8&#38;amp;hl=true&#38;amp;rows=10&#38;amp;fl=id,n_type,n_typeCategory,n_is_group,n_nameExact,n_synonymExact,n_macromolecule_name,n_macromolecule_id,n_macromolecule_species,n_macromolecule_summary,n_c_pubchem_cid,n_c_formula,n_c_cas_number,n_m_acc,n_m_descr&#38;amp;facet.sort=index&#38;amp;start=0&#38;amp;q=egfr&#38;amp;facet.field=n_diseaseFacet&#38;amp;facet.field=n_typeFacet&#38;amp;facet.field=n_tissue_typeFacet&#38;amp;facet.field=n_pathway_nameExact&#38;amp;facet.field=n_macromolecule_species&#38;amp;facet.field=n_locationFacet&#38;amp;facet.field=n_functionFacet&#38;amp;hl.usePhraseHighlighter=true&#38;amp;qt=partner-tmo&#38;amp;fq=type:node&#38;amp;debug=timing&#38;quot; &#38;gt; dse-search-egfr.timing.xml&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;The DSE log file shows:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;INFO [http-8983-3] 2012-04-27 10:09:39,469 SolrCore.java (line 1470) [IngenuityContent.SearchMain] webapp=/solr path=/select params={hl.requireFieldMatch=true&#38;amp;facet=true&#38;amp;facet.mincount=1&#38;amp;facet.offset=0&#38;amp;facet.limit=8&#38;amp;debug=timing&#38;amp;hl=true&#38;amp;rows=10&#38;amp;fl=id,n_type,n_typeCategory,n_is_group,n_nameExact,n_synonymExact,n_macromolecule_name,n_macromolecule_id,n_macromolecule_species,n_macromolecule_summary,n_c_pubchem_cid,n_c_formula,n_c_cas_number,n_m_acc,n_m_descr&#38;amp;facet.sort=index&#38;amp;start=0&#38;amp;q=egfr&#38;amp;facet.field=n_diseaseFacet&#38;amp;facet.field=n_typeFacet&#38;amp;facet.field=n_tissue_typeFacet&#38;amp;facet.field=n_pathway_nameExact&#38;amp;facet.field=n_macromolecule_species&#38;amp;facet.field=n_locationFacet&#38;amp;facet.field=n_functionFacet&#38;amp;qt=partner-tmo&#38;amp;hl.usePhraseHighlighter=true&#38;amp;fq=type:node} hits=2354 status=0 QTime=285&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Running this several times, the QTime varied from 279-292 ms. Well, the first time was 704 ms, but let's say that filled the caches...&#60;/p&#62;
&#60;p&#62;The Solr timing information for that request above, attributes 281 ms to &#60;code&#62;HighlightComponent&#60;/code&#62;.&#60;/p&#62;
&#60;p&#62;Now, I added &#60;code&#62;hl.useFastVectorHighlighter=true&#60;/code&#62; to the request:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;curl &#38;quot;http://localhost:8983/solr/IngenuityContent.SearchMain/select?hl.requireFieldMatch=true&#38;amp;facet=true&#38;amp;facet.offset=0&#38;amp;facet.mincount=1&#38;amp;facet.limit=8&#38;amp;hl=true&#38;amp;hl.useFastVectorHighlighter=true&#38;amp;rows=10&#38;amp;fl=id,n_type,n_typeCategory,n_is_group,n_nameExact,n_synonymExact,n_macromolecule_name,n_macromolecule_id,n_macromolecule_species,n_macromolecule_summary,n_c_pubchem_cid,n_c_formula,n_c_cas_number,n_m_acc,n_m_descr&#38;amp;facet.sort=index&#38;amp;start=0&#38;amp;q=egfr&#38;amp;facet.field=n_diseaseFacet&#38;amp;facet.field=n_typeFacet&#38;amp;facet.field=n_tissue_typeFacet&#38;amp;facet.field=n_pathway_nameExact&#38;amp;facet.field=n_macromolecule_species&#38;amp;facet.field=n_locationFacet&#38;amp;facet.field=n_functionFacet&#38;amp;hl.usePhraseHighlighter=true&#38;amp;qt=partner-tmo&#38;amp;fq=type:node&#38;amp;debug=timing&#38;quot; &#38;gt; dse-search-egfr.timing.fast.xml&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Log indicates:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;INFO [http-8983-3] 2012-04-27 10:15:48,687 SolrCore.java (line 1470) [IngenuityContent.SearchMain] webapp=/solr path=/select params={hl.requireFieldMatch=true&#38;amp;facet=true&#38;amp;facet.mincount=1&#38;amp;facet.offset=0&#38;amp;facet.limit=8&#38;amp;debug=timing&#38;amp;hl=true&#38;amp;rows=10&#38;amp;fl=id,n_type,n_typeCategory,n_is_group,n_nameExact,n_synonymExact,n_macromolecule_name,n_macromolecule_id,n_macromolecule_species,n_macromolecule_summary,n_c_pubchem_cid,n_c_formula,n_c_cas_number,n_m_acc,n_m_descr&#38;amp;hl.useFastVectorHighlighter=true&#38;amp;facet.sort=index&#38;amp;start=0&#38;amp;q=egfr&#38;amp;facet.field=n_diseaseFacet&#38;amp;facet.field=n_typeFacet&#38;amp;facet.field=n_tissue_typeFacet&#38;amp;facet.field=n_pathway_nameExact&#38;amp;facet.field=n_macromolecule_species&#38;amp;facet.field=n_locationFacet&#38;amp;facet.field=n_functionFacet&#38;amp;qt=partner-tmo&#38;amp;hl.usePhraseHighlighter=true&#38;amp;fq=type:node} hits=2354 status=0 QTime=182&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This was pretty consistent, varying from 181-192 ms.  I will take a gain of 100 ms, thank you very much! :)  The timing info reports 177 ms for &#60;code&#62;HighlightComponent&#60;/code&#62;.&#60;/p&#62;
&#60;p&#62;This is admittedly a pretty narrow test case. But it shows I can get it to work and enjoy some benefits.  Now, my problem is that the highlights produced by FVH are not yet ready for prime time.  For example, for a given document, the old highlighter provides me:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;lst name=&#38;quot;ING:6xwoe&#38;quot;&#38;gt;
    &#38;lt;arr name=&#38;quot;n_name&#38;quot;&#38;gt;
        &#38;lt;str&#38;gt;&#38;lt;span class=&#38;quot;ingReasonText&#38;quot;&#38;gt;egfr&#38;lt;/span&#38;gt;&#38;lt;/str&#38;gt;
    &#38;lt;/arr&#38;gt;
    &#38;lt;arr name=&#38;quot;n_synonym&#38;quot;&#38;gt;
        &#38;lt;str&#38;gt;&#38;lt;span class=&#38;quot;ingReasonText&#38;quot;&#38;gt;egfr&#38;lt;/span&#38;gt;&#38;lt;/str&#38;gt;
    &#38;lt;/arr&#38;gt;
&#38;lt;/lst&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;For that same document, FVH gives:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;lst name=&#38;quot;ING:6xwoe&#38;quot;&#38;gt;
    &#38;lt;arr name=&#38;quot;n_name&#38;quot;&#38;gt;
        &#38;lt;str&#38;gt;&#38;lt;span class=&#38;quot;ingReasonText&#38;quot;&#38;gt;ING:&#38;lt;/span&#38;gt;6xwoe egfr &#38;lt;/str&#38;gt;
    &#38;lt;/arr&#38;gt;
    &#38;lt;arr name=&#38;quot;n_synonym&#38;quot;&#38;gt;
        &#38;lt;str&#38;gt;&#38;lt;span class=&#38;quot;ingReasonText&#38;quot;&#38;gt;ING:&#38;lt;/span&#38;gt;6xwoe egfr &#38;lt;/str&#38;gt;
    &#38;lt;/arr&#38;gt;
&#38;lt;/lst&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;For whatever reason, the document ID is included in the snippet, and FVH is highlighting a portion of it rather than egfr. Go figure...  Oh well, that's what I have to do now. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;/p&#62;
&#60;p&#62;Jeff
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jas on "Levers for increasing DSE 2 Solr performance?"</title>
			<link>http://www.datastax.com/support-forums/topic/levers-for-increasing-dse-2-solr-performance/page/2#post-1768</link>
			<pubDate>Wed, 25 Apr 2012 21:01:58 +0000</pubDate>
			<dc:creator>jas</dc:creator>
			<guid isPermaLink="false">1768@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Rock:&#60;/p&#62;
&#60;p&#62;Hey, this is great!  I will check out those links. Getting FVH to work is only one of several things i have to get done soon. :)  Increasing the index size is not a problem.  It's only a few gigs anyway, but highlighting is extremely important for the application.&#60;/p&#62;
&#60;p&#62;When issuing queries (to Solr 3.5.0 or DSE 2) with &#60;code&#62;debug=timing&#60;/code&#62; it's apparent that highlighting is taking 90+% of the time typically.&#60;/p&#62;
&#60;p&#62;I've not yet gotten any responses from solr-users, but a good description of my issue can be found here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://lucene.472066.n3.nabble.com/Re-FastVectorHighlighter-gt-no-highlights-td3933592.html&#34; rel=&#34;nofollow&#34;&#62;http://lucene.472066.n3.nabble.com/Re-FastVectorHighlighter-gt-no-highlights-td3933592.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Cheers,&#60;/p&#62;
&#60;p&#62;Jeff
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Levers for increasing DSE 2 Solr performance?"</title>
			<link>http://www.datastax.com/support-forums/topic/levers-for-increasing-dse-2-solr-performance/page/2#post-1767</link>
			<pubDate>Wed, 25 Apr 2012 18:53:09 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">1767@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Also according to this link, multi term queries are not supported:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://grokbase.com/t/lucene/solr-user/1168fc837m/does-multiterm-highlighting-work-with-the-fastvectorhighlighter&#34; rel=&#34;nofollow&#34;&#62;http://grokbase.com/t/lucene/solr-user/1168fc837m/does-multiterm-highlighting-work-with-the-fastvectorhighlighter&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Levers for increasing DSE 2 Solr performance?"</title>
			<link>http://www.datastax.com/support-forums/topic/levers-for-increasing-dse-2-solr-performance/page/2#post-1766</link>
			<pubDate>Wed, 25 Apr 2012 18:44:06 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">1766@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Jeff,&#60;/p&#62;
&#60;p&#62;Solr / Lucene is very fast for searching.  The DSE / Cassandra interaction is minimal and so is not a factor in the highlighting speed.&#60;/p&#62;
&#60;p&#62;Highlighting is expensive because the entire document must be re-analyzed.  Fast vector highlighter avoids this by utilizing term vectors.  However, turning on (and storing) term vectors will increase the index size a lot.  &#60;/p&#62;
&#60;p&#62;Sounds like FVH may be the best option for your situation, lets try to get it working for you.  Can you post the solrconfig.xml you are using?&#60;/p&#62;
&#60;p&#62;This thread seems to illustrate the performance issues you are seeing with highlighting:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://lucene.472066.n3.nabble.com/Difference-between-regular-Highlighter-and-Fast-Vector-Highlighter-td2763162.html&#34; rel=&#34;nofollow&#34;&#62;http://lucene.472066.n3.nabble.com/Difference-between-regular-Highlighter-and-Fast-Vector-Highlighter-td2763162.html&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jas on "Levers for increasing DSE 2 Solr performance?"</title>
			<link>http://www.datastax.com/support-forums/topic/levers-for-increasing-dse-2-solr-performance/page/2#post-1742</link>
			<pubDate>Sun, 22 Apr 2012 22:37:38 +0000</pubDate>
			<dc:creator>jas</dc:creator>
			<guid isPermaLink="false">1742@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;It's not too surprising that throwing more iron at the problem (moving from 2x m1.xlarge to 2x m2.2xlarge) helps with the situation, shaving about about 100ms.  I still don't have FVH working yet, and I'm hoping that will also significantly improve my situation. With reserved pricing, it does not seem the m2.2xlarge cost will be too bad.&#60;/p&#62;
&#60;p&#62;While an m2.2xlarge also has four cores, this instance size has 13 ECUs vs 8 for the m1.xlarge, so each core is a lot more capable, thus the drop in response time.  While the m1.xlarge has 15GB of RAM, the m2.x2large has 34GB.  I still have my DSE heap size set to 8GB, and there is lots of free memory. How can I best take advantage of this memory?&#60;/p&#62;
&#60;p&#62;(1) Just generally create a much larger heap?  Say 16GB, 24GB?  Seems a GC could be quite a problem with a real huge heap. But, I see a lot of thought has been put into configuring GC related parameters in cassandra-env.sh, implying that GC pauses may not be too bad. &#60;/p&#62;
&#60;p&#62;(2) Given this large heap, and that my application is very Solr query centric (reads), should I just enlarge the Solr document, filter, query result and field value caches to keep more content in memory, making it more readily accessible to Solr?  I've only currently got maybe 5GB indexed in Solr, so in theory I could put it all in memory. That could result in quite a lot of tenured objects.&#60;/p&#62;
&#60;p&#62;(3) Are there Cassandra specific settings that can take more advantage of the available memory?  Does it make sense to increase the size of the row and key caches?  Or, with (2) in place, does that matter given my Solr centricity?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Jeff
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jas on "Levers for increasing DSE 2 Solr performance?"</title>
			<link>http://www.datastax.com/support-forums/topic/levers-for-increasing-dse-2-solr-performance#post-1733</link>
			<pubDate>Fri, 20 Apr 2012 18:33:39 +0000</pubDate>
			<dc:creator>jas</dc:creator>
			<guid isPermaLink="false">1733@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi Rock:&#60;/p&#62;
&#60;p&#62;Highlighting is my pain point still. It looks like Solr 3.5.0 can do the highlighting a little faster than DSE 2.  I've not tried a pure Solr 4.0 to know if there's simply slower highlighting there, or if it's a DSE thing.&#60;/p&#62;
&#60;p&#62;One improvement I made was to change my edismax config from &#60;code&#62;hl.fl=*&#60;/code&#62; to just itemizing the 50 some fields I'm actually searching on (&#60;code&#62;qf&#60;/code&#62;), and that helped a little. No point highlighting where its' not needed. For whatever reason, I thought &#60;code&#62;*&#60;/code&#62; meant to highlight all in &#60;code&#62;qf&#60;/code&#62;, but it became apparent it was all fields.  I'm trying to get the Solr FastVectorHighlighter to work, and that requires additional field attributes in &#60;code&#62;schema.xml&#60;/code&#62;. I noticed in the DSE log for several fields that since those things were not present, it was reverting to the old highlighter. That pointed out the fact I was highlighting more fields than I wanted.&#60;/p&#62;
&#60;p&#62;Anyway, I tried various cache and other configurations in &#60;code&#62;solrconfig.xml&#60;/code&#62;,  but the real problem is highlighting, even for a single request. The system does not have to be under load to perform poorly.  Of course, the more rows I have returned, the worse it gets.&#60;/p&#62;
&#60;p&#62;Using a couple of Solr books I have, and many pages on the web, I've still not be able to get FastVectorHighlighter (FVH) to work for me.  It's much faster, but I'm not getting highlights. :)   I get a &#60;code&#62;&#38;lt;highlighting&#38;gt;&#60;/code&#62; section, with entries for the expected document IDs, but no highlights. I sent email to the solr-users email list yesterday morning, but no one has addressed it.&#60;/p&#62;
&#60;p&#62;Apparently FVH has issues with ngram'd fields (if min size != max size) and multi-term (not sure what that is). I'm not using those as far as I know, but most of my fields are shingled.  I hope I can figure this out and take some noticeable chunk off of highlighting time.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;/p&#62;
&#60;p&#62;Jeff
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Levers for increasing DSE 2 Solr performance?"</title>
			<link>http://www.datastax.com/support-forums/topic/levers-for-increasing-dse-2-solr-performance#post-1730</link>
			<pubDate>Fri, 20 Apr 2012 15:01:50 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">1730@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Jeff,&#60;/p&#62;
&#60;p&#62;Are you still seeing performance issues?  The main one you mentioned seemed to essentially revolve around highlighting?&#60;/p&#62;
&#60;p&#62;Rock
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jas on "Levers for increasing DSE 2 Solr performance?"</title>
			<link>http://www.datastax.com/support-forums/topic/levers-for-increasing-dse-2-solr-performance#post-1717</link>
			<pubDate>Thu, 19 Apr 2012 18:36:12 +0000</pubDate>
			<dc:creator>jas</dc:creator>
			<guid isPermaLink="false">1717@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;H Jake:&#60;/p&#62;
&#60;p&#62;I'm using only a single instance of Solr 3.5.0.  We did have it set up master/slave a while back, but that was to load balance queries. The slave complete replicated the master. There was no sharding.&#60;/p&#62;
&#60;p&#62;Does &#60;code&#62;cl=xx&#60;/code&#62; apply to queries as well as updates with DSE?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Jeff
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tjake on "Levers for increasing DSE 2 Solr performance?"</title>
			<link>http://www.datastax.com/support-forums/topic/levers-for-increasing-dse-2-solr-performance#post-1711</link>
			<pubDate>Thu, 19 Apr 2012 17:19:48 +0000</pubDate>
			<dc:creator>tjake</dc:creator>
			<guid isPermaLink="false">1711@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Is your solr 3.5 setup using 2 shards as well?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jas on "Levers for increasing DSE 2 Solr performance?"</title>
			<link>http://www.datastax.com/support-forums/topic/levers-for-increasing-dse-2-solr-performance#post-1668</link>
			<pubDate>Tue, 17 Apr 2012 22:00:06 +0000</pubDate>
			<dc:creator>jas</dc:creator>
			<guid isPermaLink="false">1668@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Ah, I see the default consistency level is QUORUM.  The docs illustrate using the &#60;code&#62;cl&#60;/code&#62; parameter:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#60;a href=&#34;http://&#38;lt;host&#38;gt;:&#38;lt;port&#38;gt;/solr/&#38;lt;keyspace&#38;gt;.&#38;lt;column&#34; rel=&#34;nofollow&#34;&#62;http://&#38;lt;host&#38;gt;:&#38;lt;port&#38;gt;/solr/&#38;lt;keyspace&#38;gt;.&#38;lt;column&#60;/a&#62; family&#38;gt;/update?cl=ONE&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Does this only apply to updates, or can I specify &#60;code&#62;cl=ONE&#60;/code&#62; on a query as well?  Guess I'll try it out.&#60;/p&#62;
&#60;p&#62;Jeff
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jas on "Levers for increasing DSE 2 Solr performance?"</title>
			<link>http://www.datastax.com/support-forums/topic/levers-for-increasing-dse-2-solr-performance#post-1667</link>
			<pubDate>Tue, 17 Apr 2012 21:46:14 +0000</pubDate>
			<dc:creator>jas</dc:creator>
			<guid isPermaLink="false">1667@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I'm currently looking into the FastVectorHighlighter. But, I got a little distracted and noticed in the DSE 2.0 documentation, the section &#34;Increasing Read Performance by Adding Replicas&#34;.&#60;/p&#62;
&#60;p&#62;How does that work to increase performance?  I do have 2 nodes, and replication configured:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[default@unknown] describe IngenuityContent;
Keyspace: IngenuityContent:
  Replication Strategy: org.apache.cassandra.locator.NetworkTopologyStrategy
  Durable Writes: true
    Options: [Solr:2]
  Column Families:
    ColumnFamily: ...&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I interact with Solr/DSE using SolrJ via the default port 8983.  With two nodes, I have a load balancer between my application instances and DSE for search.  For regular Cassandra access I use Hector and configure it with the two nodes. My understanding is that it does software based load balancing in issuing requests to one coordinator node or another.&#60;/p&#62;
&#60;p&#62;When my application issues a Solr query to a given DSE node, how does having a replica increase its performance? I assume the node the app (or load balancer) selected does all of the Solr work, right?  Does the replica participate in providing some of the underlying data to the coordinator node?  Is this benefit only achieved if I 'query Solr' via CQL rather than SolrJ?&#60;/p&#62;
&#60;p&#62;Oh, at what consistency level does DSE work with for Solr queries?  The particular core that is giving me this performance issue contains canonical content which is updated by my company only once a
&#60;ul&#62;quarter&#60;/ul&#62;
. There are other cores subject to updates initiated at any time by tenants, but the canonical content can easily work with consistency level ONE. Is there a way to instruct DSE to do that and avoid getting data from both replicas etc.?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Jeff
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
