Samantha-Mcguigan / newsAnalysis

repository for our newsAnalysis web page
3 stars 0 forks source link

KWIC searching #16

Closed ebeshero closed 6 years ago

ebeshero commented 7 years ago

I'm opening this issue to store relevant resources for the search feature: eXist documentation on KWIC: http://exist-db.org/exist/apps/doc/kwic.xml eXist documentation on Lucene indexes: http://exist-db.org/exist/apps/doc/lucene.xml Apache documentation on Lucene queries (re close matching): https://lucene.apache.org/core/2_9_4/queryparsersyntax.html

Example implementations: HTML to REST: http://blake.obdurodon.org/search.xhtml HTML (JavaScript) + PHP: http://repertorium.obdurodon.org/

ebeshero commented 7 years ago

The promised search page is up and running! But the code is sitting apart in my branch of this repo. I've issued a Pull Request to ask you to merge my code into your master branch: https://github.com/Samantha-Mcguigan/newsAnalysis/pull/17

Think about where you'd like this search feature to be accessed on your site.