You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by bu...@apache.org on 2012/02/09 11:15:12 UTC

svn commit: r804338 - in /websites/production/lucene/content: core/index.html index.html solr/index.html

Author: buildbot
Date: Thu Feb  9 10:15:11 2012
New Revision: 804338

Log:
Production update by buildbot

Modified:
    websites/production/lucene/content/core/index.html
    websites/production/lucene/content/index.html
    websites/production/lucene/content/solr/index.html

Modified: websites/production/lucene/content/core/index.html
==============================================================================
--- websites/production/lucene/content/core/index.html (original)
+++ websites/production/lucene/content/core/index.html Thu Feb  9 10:15:11 2012
@@ -549,6 +549,16 @@ once a segment is finished.</li>
     <div id="jira">
       <h1>Latest JIRA</h1>
       <div class="status-item">
+      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3762">[LUCENE-3762] Upgrade JUnit to 4.10, refactor state-machine of detecting setUp/tearDown call chaining.</a><br/>
+       <div class="section-content">
+        <p>Both Lucene and Solr use JUnit 4.7. I suggest we move forward and upgrade to JUnit 4.10 which provides several...</p>
+       </div>
+    
+      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-1486">[LUCENE-1486] Wildcards, ORs etc inside Phrase queries</a><br/>
+       <div class="section-content">
+        <p>An extension to the default QueryParser that overrides the parsing of PhraseQueries to allow more complex syntax e.g. wildcards in...</p>
+       </div>
+    
       <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3758">[LUCENE-3758] Allow the ComplexPhraseQueryParser to search order or un-order proximity queries.</a><br/>
        <div class="section-content">
         <p>The ComplexPhraseQueryParser use SpanNearQuery, but always set the "inOrder" value hardcoded to "true". This could be configurable.</p>
@@ -559,11 +569,6 @@ once a segment is finished.</li>
         <p>As discussed in <a href="https://issues.apache.org/jira/browse/SOLR-3013" title="Add UIMA based tokenizers / filters that can be used in the schema.xml">SOLR-3013</a> the UIMA Tokenizers/Analyzer should be refactored out in a separate module (modules/analysis/uima) as they can be...</p>
        </div>
     
-      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3762">[LUCENE-3762] Upgrade JUnit to 4.10, refactor state-machine of detecting setUp/tearDown call chaining.</a><br/>
-       <div class="section-content">
-        <p>Both Lucene and Solr use JUnit 4.7. I suggest we move forward and upgrade to JUnit 4.10 which provides several...</p>
-       </div>
-    
       <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3736">[LUCENE-3736] ParallelReader is now atomic, rename to ParallelAtomicReader and also add a ParallelCompositeReader (that requires LogDocMergePolicy to have identical subreader structure)</a><br/>
        <div class="section-content">
         <p>The plan is:</p>
@@ -571,36 +576,31 @@ once a segment is finished.</li>
 	<li>Move all subreaders to ctor (builder-like API. First build reader-set, then call build)</li>
 	<li>Rename ParallelReader to ParallelAtomicReader...</li></ul>
        </div>
-    
-      <a class="bug" href="https://issues.apache.org/jira/browse/LUCENE-3764">[LUCENE-3764] Remove oal.util.MapBackedSet (Java 6 offsers Collections.newSetFromMap())</a><br/>
-       <div class="section-content">
-        <p>Easy search and replace job. In 3.x we still need the class, as Java 5 does not have Collections.newSetFromMap().</p>
-       </div>
     </div></div>
     
     
     <div id="dev-mail">
       <h1>Latest Dev</h1>
       <div class="status-item">
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1697140999.18528.1328775419923.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3762) Upgrade JUnit to 4.10, refactor state-machine of detecting setUp/tearDown call chaining.</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1201399078.18643.1328778899718.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (SOLR-1604) Wildcards, ORs etc inside Phrase Queries</a></h4>
         <div class="section-content">
-        [ <a href="https://issues.apache.org/jira/browse/LUCENE-3762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204349#comment-13204349">https://issues.apache.org/jira/browse/LUCENE-3762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204349#comment-13204349</a>
-] <br />&nbsp;<br />Dawid Weiss commented on LUCENE-3762:
--------------------------------------<br />&nbsp;<br />Just to clarify: I don't think the state machine...
+        [ <a href="https://issues.apache.org/jira/browse/SOLR-1604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/SOLR-1604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
+]<br />&nbsp;<br />Ahmet Arslan updated SOLR-1604:
+-------------------------------<br />&nbsp;<br />    Attachment: SOLR-1604.patch<br />&nbsp;<br />path for trunk<br />&nbsp;<br />> Wildcards, ORs...
         </div>
       
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1114226413.18527.1328775299848.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Resolved] (LUCENE-3757) Change AtomicReaderContext.leaves() to return itsself as only leave to simplify code and remove an otherwise unneeded ReaderUtil method</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c723022535.18635.1328778780545.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Issue Comment Edited] (SOLR-3109) group=true requests result in numerous redundant shard requests</a></h4>
         <div class="section-content">
-        [ <a href="https://issues.apache.org/jira/browse/LUCENE-3757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-3757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
-]<br />&nbsp;<br />Uwe Schindler resolved LUCENE-3757.
------------------------------------<br />&nbsp;<br />    Resolution: Fixed<br />&nbsp;<br />Committed trunk revision: 1242233<br />&nbsp;<br />> Change...
+        [ <a href="https://issues.apache.org/jira/browse/SOLR-3109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204362#comment-13204362">https://issues.apache.org/jira/browse/SOLR-3109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204362#comment-13204362</a>
+] <br />&nbsp;<br />Martijn van Groningen edited comment on SOLR-3109 at 2/9/12 9:11 AM:
+---------------------------------------------------------------------<br />&nbsp;<br />Thanks for the...
         </div>
       
-      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1694038356.18508.1328774827744.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3761) Generalize SearcherManager</a></h4>
+      <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c935717171.18624.1328778540027.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (SOLR-3094) The statistics entry on the new admin UI is very slow</a></h4>
         <div class="section-content">
-        [ <a href="https://issues.apache.org/jira/browse/LUCENE-3761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-3761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
-]<br />&nbsp;<br />Shai Erera updated LUCENE-3761:
--------------------------------<br />&nbsp;<br />    Attachment: LUCENE-3761.patch<br />&nbsp;<br />Option #2:<br />&nbsp;<br />ThingyManager<G> is an abstract...</g>
+        [ <a href="https://issues.apache.org/jira/browse/SOLR-3094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/SOLR-3094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
+]<br />&nbsp;<br />Greg Bowyer updated SOLR-3094:
+------------------------------<br />&nbsp;<br />    Attachment: SOLR-3904-Faster-NewUI-Statspage.patch<br />&nbsp;<br />So for the initial stats page, a...
         </div>
       </div>
     </div>

Modified: websites/production/lucene/content/index.html
==============================================================================
--- websites/production/lucene/content/index.html (original)
+++ websites/production/lucene/content/index.html Thu Feb  9 10:15:11 2012
@@ -631,11 +631,11 @@ as well as new analysis capabilities.</l
         <div id="dev-mail">
           <h1>Latest Dev</h1>
           <div class="status-item">
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1697140999.18528.1328775419923.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3762) Upgrade JUnit to 4.10, refactor state-machine of detecting setUp/tearDown call chaining.</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1201399078.18643.1328778899718.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (SOLR-1604) Wildcards, ORs etc inside Phrase Queries</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1114226413.18527.1328775299848.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Resolved] (LUCENE-3757) Change AtomicReaderContext.leaves() to return itsself as only leave to simplify code and remove an otherwise unneeded ReaderUtil method</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c723022535.18635.1328778780545.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Issue Comment Edited] (SOLR-3109) group=true requests result in numerous redundant shard requests</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1694038356.18508.1328774827744.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3761) Generalize SearcherManager</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c935717171.18624.1328778540027.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (SOLR-3094) The statistics entry on the new admin UI is very slow</a></h4>
           </div>
         </div>
         <div id="core-user-mail">
@@ -651,11 +651,11 @@ as well as new analysis capabilities.</l
         <div id="solr-user-mail">
           <h1>Latest Solr User</h1>
           <div class="status-item">
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1328774610513-3728729.post@n3.nabble.com%3e">How to do this in Solr? random result for the first few results</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAGnSx05ECCnJZLHoF-JmDWu9Oh_pbdAC4d99jU0zgC3qSqRvuA@mail.gmail.com%3e">Re: Sorting solrdocumentlist object after querying</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c55c6393f.d4f3.1356104f4d2.Coremail.whuiss_cs2011@163.com%3e">Help:Solr can&#39;t put all pdf files into  index</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAGnSx05_udeOiTBjJ-qRFVgEHHQDypt=__je1-pJdQgEvNhQXg@mail.gmail.com%3e">Re: How to do this in Solr? random result for the first few results</a></h4>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCANGii8fRv4v5nKbySFv9ZnCsL15KYZqikfwfm2j9zU159Lqt5g@mail.gmail.com%3e">Re: How to identify the field with highest score in dismax</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1328778241.7474.YahooMailClassic@web121702.mail.ne1.yahoo.com%3e">Re: How to do this in Solr? random result for the first few results</a></h4>
           </div>
         </div>
       </div>

Modified: websites/production/lucene/content/solr/index.html
==============================================================================
--- websites/production/lucene/content/solr/index.html (original)
+++ websites/production/lucene/content/solr/index.html Thu Feb  9 10:15:11 2012
@@ -501,6 +501,11 @@ as well as new analysis capabilities.</l
 
         
         <div class="status-item">
+          <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-3108">[SOLR-3108] Error in SolrCloud&apos;s replica lookup code when replica&apos;s are hosted in same Solr instance</a><br/>
+          <div class="section-content">
+                         <p>There&apos;s a small bug in ZkStateReader.getReplicaProps() when you have multiple replicas of the same shard/slice hosted in one CoreContainer. Not...</p>
+          </div>
+          
           <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-1604">[SOLR-1604] Wildcards, ORs etc inside Phrase Queries</a><br/>
           <div class="section-content">
                          <p>Solr Plugin for ComplexPhraseQueryParser (<a href="https://issues.apache.org/jira/browse/LUCENE-1486" title="Wildcards, ORs etc inside Phrase queries">LUCENE-1486</a>) which supports wildcards, ORs, ranges, fuzzies inside phrase queries.</p>
@@ -516,11 +521,6 @@ as well as new analysis capabilities.</l
                          <p>Prompted by Robert Reynolds (<a href="https://issues.apache.org/jira/browse/SOLR-2667" title="Finish Solr Admin UI">SOLR-2667</a>), the entry point in the new Admin UI core drill down (e.g. clicking...</p>
           </div>
           
-          <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-3108">[SOLR-3108] Error in SolrCloud&apos;s replica lookup code when replica&apos;s are hosted in same Solr instance</a><br/>
-          <div class="section-content">
-                         <p>There&apos;s a small bug in ZkStateReader.getReplicaProps() when you have multiple replicas of the same shard/slice hosted in one CoreContainer. Not...</p>
-          </div>
-          
           <a class="bug" href="https://issues.apache.org/jira/browse/SOLR-3104">[SOLR-3104] Bad performance with distributed search when sort contains relevancy queries</a><br/>
           <div class="section-content">
                          <p>So I found this issue when trying out distributed search with solr 3.5 and noticed big performance degradation for some...</p>
@@ -534,25 +534,25 @@ as well as new analysis capabilities.</l
 
         
         <div class="status-item">
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1697140999.18528.1328775419923.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Commented] (LUCENE-3762) Upgrade JUnit to 4.10, refactor state-machine of detecting setUp/tearDown call chaining.</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1201399078.18643.1328778899718.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (SOLR-1604) Wildcards, ORs etc inside Phrase Queries</a></h4>
           <div class="section-content">
-          [ <a href="https://issues.apache.org/jira/browse/LUCENE-3762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204349#comment-13204349">https://issues.apache.org/jira/browse/LUCENE-3762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204349#comment-13204349</a>
-] <br />&nbsp;<br />Dawid Weiss commented on LUCENE-3762:
--------------------------------------<br />&nbsp;<br />Just to clarify: I don't think the state machine...
+          [ <a href="https://issues.apache.org/jira/browse/SOLR-1604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/SOLR-1604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
+]<br />&nbsp;<br />Ahmet Arslan updated SOLR-1604:
+-------------------------------<br />&nbsp;<br />    Attachment: SOLR-1604.patch<br />&nbsp;<br />path for trunk<br />&nbsp;<br />> Wildcards, ORs...
             </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1114226413.18527.1328775299848.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Resolved] (LUCENE-3757) Change AtomicReaderContext.leaves() to return itsself as only leave to simplify code and remove an otherwise unneeded ReaderUtil method</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c723022535.18635.1328778780545.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Issue Comment Edited] (SOLR-3109) group=true requests result in numerous redundant shard requests</a></h4>
           <div class="section-content">
-          [ <a href="https://issues.apache.org/jira/browse/LUCENE-3757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-3757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
-]<br />&nbsp;<br />Uwe Schindler resolved LUCENE-3757.
------------------------------------<br />&nbsp;<br />    Resolution: Fixed<br />&nbsp;<br />Committed trunk revision: 1242233<br />&nbsp;<br />> Change...
+          [ <a href="https://issues.apache.org/jira/browse/SOLR-3109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204362#comment-13204362">https://issues.apache.org/jira/browse/SOLR-3109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204362#comment-13204362</a>
+] <br />&nbsp;<br />Martijn van Groningen edited comment on SOLR-3109 at 2/9/12 9:11 AM:
+---------------------------------------------------------------------<br />&nbsp;<br />Thanks for the...
             </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c1694038356.18508.1328774827744.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (LUCENE-3761) Generalize SearcherManager</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-dev/201202.mbox/%3c935717171.18624.1328778540027.JavaMail.tomcat@hel.zones.apache.org%3e">[jira] [Updated] (SOLR-3094) The statistics entry on the new admin UI is very slow</a></h4>
           <div class="section-content">
-          [ <a href="https://issues.apache.org/jira/browse/LUCENE-3761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/LUCENE-3761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
-]<br />&nbsp;<br />Shai Erera updated LUCENE-3761:
--------------------------------<br />&nbsp;<br />    Attachment: LUCENE-3761.patch<br />&nbsp;<br />Option #2:<br />&nbsp;<br />ThingyManager<G> is an abstract...</g>
+          [ <a href="https://issues.apache.org/jira/browse/SOLR-3094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel">https://issues.apache.org/jira/browse/SOLR-3094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel</a>
+]<br />&nbsp;<br />Greg Bowyer updated SOLR-3094:
+------------------------------<br />&nbsp;<br />    Attachment: SOLR-3904-Faster-NewUI-Statspage.patch<br />&nbsp;<br />So for the initial stats page, a...
             </div>
           
         </div>
@@ -563,22 +563,26 @@ as well as new analysis capabilities.</l
 
         
         <div class="status-item">
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1328774610513-3728729.post@n3.nabble.com%3e">How to do this in Solr? random result for the first few results</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAGnSx05ECCnJZLHoF-JmDWu9Oh_pbdAC4d99jU0zgC3qSqRvuA@mail.gmail.com%3e">Re: Sorting solrdocumentlist object after querying</a></h4>
           <div class="section-content">
-          Say I have a classified ads site, I want to display 2 random items (premium
-ads) in the beginning of...
+          Hi Kashif,
+maybe the field collapsing feature [1] may help you with your requirement.
+Hope this helps,
+Tommaso<br />&nbsp;<br />[1]...
           </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c55c6393f.d4f3.1356104f4d2.Coremail.whuiss_cs2011@163.com%3e">Help:Solr can't put all pdf files into  index</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCAGnSx05_udeOiTBjJ-qRFVgEHHQDypt=__je1-pJdQgEvNhQXg@mail.gmail.com%3e">Re: How to do this in Solr? random result for the first few results</a></h4>
           <div class="section-content">
-          Hey ,
-I am using solr as my search engine to search my pdf files. I have 18219 files(different file...
+          I think you may use/customize the query elevation component to achieve that.
+<a href="http://wiki.apache.org/solr/QueryElevationComponent">http://wiki.apache.org/solr/QueryElevationComponent</a>
+Tommaso<br />&nbsp;<br />2012/2/9 mtheone <mt...@gmail.com><br />&nbsp;<br />> Say...</mtheone>
           </div>
           
-          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3cCANGii8fRv4v5nKbySFv9ZnCsL15KYZqikfwfm2j9zU159Lqt5g@mail.gmail.com%3e">Re: How to identify the field with highest score in dismax</a></h4>
+          <h4><a href="http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201202.mbox/%3c1328778241.7474.YahooMailClassic@web121702.mail.ne1.yahoo.com%3e">Re: How to do this in Solr? random result for the first few results</a></h4>
           <div class="section-content">
-          Hello,<br />&nbsp;<br />Have you tried to specify debugQuery=on and look into explain section?
-Though it's not really performant, but anyway...
+          > Say I have a classified ads site, I
+> want to display 2 random items (premium
+> ads) in...
           </div>
           
         </div>