Difference between revisions of "Solr Powered ISFDB"

From ISFDB
Jump to navigation Jump to search
m (typo)
(update; sadly the original blog tag seems to now fail so link directly to each article of the series)
 
Line 1: Line 1:
[https://github.com/lucidimagination/isfdb-solr/ Solr Powered ISFDB] is a project hosted on github.com that provides an easy way to index ISFDB Data using [http://lucene.apache.org/solr/ Apache Solr].
+
[https://github.com/lucidimagination/isfdb-solr/ Solr Powered ISFDB] is a project hosted on github.com that provides an easy way to index ISFDB Data using [https://solr.apache.org/ Apache Solr].
  
This project is being developed in conjunction with [http://www.lucidimagination.com/blog/tag/isfdb/ a series of blog articles] walking step by step through the development of every feature.
+
This project is being developed in conjunction with an eleven part blog series walking step by step through the development of every feature:
 +
#[https://lucidworks.com/post/solr-powered-isfdb-part1/ Boot-Strapping]
 +
#[https://lucidworks.com/post/solr-powered-isfdb-part-2/ Basic Schema Improvements]
 +
#[https://lucidworks.com/post/solr-powered-isfdb-part-3/ Document Modeling]
 +
#[https://lucidworks.com/post/solr-powered-isfdb-part-4/ Multiple Doc Types]
 +
#[https://lucidworks.com/post/solr-powered-isfdb-part-4-filling-out-my-authors/ Filling Out My Authors]
 +
#[https://lucidworks.com/post/solr-powered-isfdb-part-6/ Pseudonyms]
 +
#[https://lucidworks.com/post/solr-powered-isfdb-part-7/ Simple UI]
 +
#[https://lucidworks.com/post/solr-powered-isfdb-part-8/ Upgrade to Solr 3.1]
 +
#[https://lucidworks.com/post/solr-powered-isfdb-part-9/ Autocomplete]
 +
#[https://lucidworks.com/post/solr-powered-isfdb-part-10/ Tweaking Relevancy]
 +
#[https://lucidworks.com/post/solr-powered-isfdb-part-11/ Using DisMax]

Latest revision as of 11:56, 15 December 2021

Solr Powered ISFDB is a project hosted on github.com that provides an easy way to index ISFDB Data using Apache Solr.

This project is being developed in conjunction with an eleven part blog series walking step by step through the development of every feature:

  1. Boot-Strapping
  2. Basic Schema Improvements
  3. Document Modeling
  4. Multiple Doc Types
  5. Filling Out My Authors
  6. Pseudonyms
  7. Simple UI
  8. Upgrade to Solr 3.1
  9. Autocomplete
  10. Tweaking Relevancy
  11. Using DisMax