FYI: these changes have not been pushed to the live site becuase of a permissions issue...
It seems that following the infra issues with minotaur, in addition to all the files under /www/incubator.apache.org/solr being user owned by "apbackup", they also have a group owner of "incubator" which none of us are in (not even Yoav or Doug who are on the Incubator PMC) Does anyone know anything about this? .. is it already been tracked somwhere or should we file a new Infra issue? : Date: Mon, 06 Nov 2006 20:16:04 -0000 : From: [EMAIL PROTECTED] : Reply-To: solr-dev@lucene.apache.org : To: solr-commits@lucene.apache.org : Subject: svn commit: r471866 - in /incubator/solr/trunk: : site/features.html site/features.pdf : src/site/src/documentation/content/xdocs/features.xml : : Author: hossman : Date: Mon Nov 6 12:16:04 2006 : New Revision: 471866 : : URL: http://svn.apache.org/viewvc?view=rev&rev=471866 : Log: : adding faceted search and list of output types to detailed query features list : : Modified: : incubator/solr/trunk/site/features.html : incubator/solr/trunk/site/features.pdf : incubator/solr/trunk/src/site/src/documentation/content/xdocs/features.xml : : Modified: incubator/solr/trunk/site/features.html : URL: http://svn.apache.org/viewvc/incubator/solr/trunk/site/features.html?view=diff&rev=471866&r1=471865&r2=471866 : ============================================================================== : --- incubator/solr/trunk/site/features.html (original) : +++ incubator/solr/trunk/site/features.html Mon Nov 6 12:16:04 2006 : @@ -232,10 +232,12 @@ : <h3 class="boxed">Query</h3> : <ul> : : -<li>XML/HTTP and JSON/HTTP interfaces</li> : +<li>HTTP interface with configurable response formats (XML/XSLT, JSON, Python, Ruby)</li> : : <li>Highlighted context snippets</li> : : +<li>Faceted Searching based on field values and explicit queries</li> : + : <li>Sort specifications added to query language</li> : : <li>Constant scoring range and prefix queries - no idf, coord, or lengthNorm factors, and no restriction on the number of terms the query matches.</li> : @@ -245,7 +247,7 @@ : <li>Performance Optimizations</li> : : </ul> : -<a name="N10095"></a><a name="Core"></a> : +<a name="N10098"></a><a name="Core"></a> : <h3 class="boxed">Core</h3> : <ul> : : @@ -266,7 +268,7 @@ : <li>Support for dynamic grouping of search results</li> : : </ul> : -<a name="N100B6"></a><a name="Caching"></a> : +<a name="N100B9"></a><a name="Caching"></a> : <h3 class="boxed">Caching</h3> : <ul> : : @@ -300,7 +302,7 @@ : <li>User level caching with autowarming support</li> : : </ul> : -<a name="N100DB"></a><a name="Replication"></a> : +<a name="N100DE"></a><a name="Replication"></a> : <h3 class="boxed">Replication</h3> : <ul> : : @@ -311,7 +313,7 @@ : <li>Configurable distribution interval allows tradeoff between timeliness and cache utilization</li> : : </ul> : -<a name="N100ED"></a><a name="Admin+Interface"></a> : +<a name="N100F0"></a><a name="Admin+Interface"></a> : <h3 class="boxed">Admin Interface</h3> : <ul> : : : Modified: incubator/solr/trunk/site/features.pdf : URL: http://svn.apache.org/viewvc/incubator/solr/trunk/site/features.pdf?view=diff&rev=471866&r1=471865&r2=471866 : ============================================================================== : Binary files - no diff available. : : Modified: incubator/solr/trunk/src/site/src/documentation/content/xdocs/features.xml : URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/site/src/documentation/content/xdocs/features.xml?view=diff&rev=471866&r1=471865&r2=471866 : ============================================================================== : --- incubator/solr/trunk/src/site/src/documentation/content/xdocs/features.xml (original) : +++ incubator/solr/trunk/src/site/src/documentation/content/xdocs/features.xml Mon Nov 6 12:16:04 2006 : @@ -60,8 +60,9 @@ : : <section><title>Query</title> : <ul> : - <li>XML/HTTP and JSON/HTTP interfaces</li> : + <li>HTTP interface with configurable response formats (XML/XSLT, JSON, Python, Ruby)</li> : <li>Highlighted context snippets</li> : + <li>Faceted Searching based on field values and explicit queries</li> : <li>Sort specifications added to query language</li> : <li>Constant scoring range and prefix queries - no idf, coord, or lengthNorm factors, and no restriction on the number of terms the query matches.</li> : <li>Function Query - influence the score by a function of a field's numeric value or ordinal</li> : : -Hoss