[ 
https://issues.apache.org/jira/browse/SOLR-10299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16066420#comment-16066420
 ] 

Jan Høydahl commented on SOLR-10299:
------------------------------------

Just gave it a shot and built a static search index at 
http://cominvent.com/solr/
The {{search-index.js}} file is ~600kb which is not too bad, but would perhaps 
want to make the index load in the background.
Try searching for e.g. "numVersionBuckets" or some other specific word and 
you'll see that it works since it is actually a full-text index.
You see the index itself in http://cominvent.com/solr/data/search-index.js

Benefit of this solution is that we can build the index as part of the static 
ref-guide build script (needs GoLang to build index) and then upload it with 
the site itself without any server-side installs. The ref-guide site is 25Mb 
and this index is 0.6Mb extra.

Of course this does not mean that the new ref-guide should not also be indexed 
by search-lucene.com or searchhub.lucidworks.com we can have both...

> Provide search for online Ref Guide
> -----------------------------------
>
>                 Key: SOLR-10299
>                 URL: https://issues.apache.org/jira/browse/SOLR-10299
>             Project: Solr
>          Issue Type: Sub-task
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: documentation
>            Reporter: Cassandra Targett
>
> The POC to move the Ref Guide off Confluence did not address providing 
> full-text search of the page content. Not because it's hard or impossible, 
> but because there were plenty of other issues to work on.
> The current HTML page design provides a title index, but to replicate the 
> current Confluence experience, the online version(s) need to provide a 
> full-text search experience.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to