[ https://issues.apache.org/jira/browse/LUCENE-1706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12728285#action_12728285 ]
Michael McCandless commented on LUCENE-1706: -------------------------------------------- I'm rebuilding the site docs (for LUCENE-1522) and seeing this diff vs what's checked in under docs/index.html: {code} -<input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google"> +<input onFocus="getBlank (this, 'Search the site with Lucene');" size="25" name="q" id="query" type="text" value="Search the site with Lucene"> <input name="Search" value="Search" type="submit"> {code} I'm confused... because the nightly refresh cron job just copies docs/* out to production (I thought)? Yet when I look in production (http://lucene.apache.org/java/docs/index.html) I see "Search the site with Lucene" (correctly). I can simply commit LUCENE-1522 w/ the above diff, but, I can't explain why production doesn't now say "Search the site with google".... > Site search powered by Lucene/Solr > ---------------------------------- > > Key: LUCENE-1706 > URL: https://issues.apache.org/jira/browse/LUCENE-1706 > Project: Lucene - Java > Issue Type: New Feature > Reporter: Grant Ingersoll > Assignee: Grant Ingersoll > Priority: Minor > Fix For: 2.9 > > Attachments: LUCENE-1706.patch, LUCENE-1706.patch > > > For a number of years now, the Lucene community has been criticized for not > eating our own "dog food" when it comes to search. My company has built and > hosts a site search (http://www.lucidimagination.com/search) that is powered > by Apache Solr and Lucene and we'd like to donate it's use to the Lucene > community. Additionally, it allows one to search all of the Lucene content > from a single place, including web, wiki, JIRA and mail archives. See also > http://www.lucidimagination.com/search/document/bf22a570bf9385c7/search_on_lucene_apache_org > You can see it live on Mahout, Tika and Solr > Lucid has a fault tolerant setup with replication and fail over as well as > monitoring services in place. We are committed to maintaining and expanding > the search capabilities on the site. > The following patch adds a skin to the Forrest site that enables the Lucene > site to search Lucene only content using Lucene/Solr. When a search is > submitted, it automatically selects the Lucene facet such that only Lucene > content is searched. From there, users can then narrow/broaden their search > criteria. > I plan on committing in a 3 or 4 days. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org