apache / lucene

Apache Lucene open-source search software
https://lucene.apache.org/
Apache License 2.0
2.63k stars 1.02k forks source link

Add alternative search-provider to Lucene site [LUCENE-2660] #3734

Closed asfimport closed 12 years ago

asfimport commented 14 years ago

Add additional search provider (to existed Lucid Find) search-lucene.com.

I believe it was initiated somewhere in general ML discussions.

It makes sense to follow the same rationales as those in TIKA-488 and NUTCH-909, since they are applicable here too.


Migrated from LUCENE-2660 by Alex Baranau, 1 vote, resolved Mar 29 2012 Attachments: LUCENE-2660.patch (versions: 2), LUCENE-2660-java.patch, LUCENE-2660-solr.patch

asfimport commented 14 years ago

Alex Baranau (migrated from JIRA)

Added patch for Lucene site.

Q: is Solr trunk uses the same skin as Lucene? Before merge it had it's own (v 1.4) but now I'm not sure. Could any one please point to it?

asfimport commented 14 years ago

Otis Gospodnetic (@otisg) (migrated from JIRA)

Alex, I think Lucene & Solr use the same skins/site building mechanism, but I'll let somebody more up to date with site building comment with more details.

Btw. we'll be presenting what's behind this service at the upcoming Lucene Revolution conference, so it would be great to see the new search up on Lucene's site. Sorry to nag. Thanks!

asfimport commented 14 years ago

Chris M. Hostetter (@hossman) (migrated from JIRA)

I skimmed the patch, I don't really get why the <script> needs to be included in the page twice (even if the form is already included twice because of an XSLT conditional, couldn't the script tag just be included once higher up in the page?) but if it works the same way the current Tika and Nutch sites do then this seems totally cool with me. (+1 to giving people choices)

(Alex: Big +1 to making this work even if JS is disabled by the browser – awesome)

is Solr trunk uses the same skin as Lucene?

The Solr potion of the site is still generated distinctly from the Lucene-Java portion of the site – those haven't been merged yet (there is also the TLP site, which is distinct as well) ...

it would be great to see the new search up on Lucene's site. Sorry to nag. Thanks!

Nag Who? Aren't you a committer?

asfimport commented 14 years ago

Alex Baranau (migrated from JIRA)

Thanks for reviewing initial patch!

Updated patch for Lucene main page: removed script duplicity.

Also added patches for Solr and lucene-java (thanks for pointing to svn path!). Hope it's ok to place patches here and not create another JIRA issues.

asfimport commented 12 years ago

Otis Gospodnetic (@otisg) (migrated from JIRA)

Done.