1 / 10

Solr PSICQUIC Webservice

Solr PSICQUIC Webservice. 35 fields. Indexing Component. Lucene 2.3.2 to 3.6.0 New Schema resolved issue with previous text analyzer (split between ‘:’ + duplicate terms) <miql_field> , we store the unique set of store db, value, txt, db:value

zulema
Télécharger la présentation

Solr PSICQUIC Webservice

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Solr PSICQUIC Webservice

  2. 35 fields

  3. Indexing Component Lucene 2.3.2 to 3.6.0 New Schema resolved issue with previous text analyzer (split between ‘:’ + duplicate terms) <miql_field>, we store the unique set of store db, value, txt, db:value added copy fields (indexed, unstored) to generate composite fields (id, identifier, species) added indexed string fields (unstored) for faceting and sorting (<db>:<value>) <miql_field>_s added stored fields (not-indexed) to flexibly retrieve original fields <mitab_field>_o using the solr option fl=x,y,z UUID for distributed searching

  4. Indexing Component idA old idA new

  5. Indexing Component old detection method new detection method

  6. SOLR indexing • Read MITAB 2.5, MITAB 2.6 or MITAB 2.7(calimocho) • Spring batch 2.1.8.RELEASE : chunk processing • Indexing : solrj 3.0.6 • Same SOLR schema based on MIQL 2.7 (http://code.google.com/p/psicquic/wiki/MiqlReference27) • Source code :http://psicquic.googlecode.com/svn/trunk/psicquic-solr

  7. How to start process • Start SOLR server • ./indexMitab27.sh ${mitab_file} "http://localhost:8983/solr" • Start PSICQUIC webservice (not done yet)

  8. http://localhost:8983/solr/select/?q=*%3A*&version=2.2&start=0&rows=10&indent=on&fl=idA_o,idB_ohttp://localhost:8983/solr/select/?q=*%3A*&version=2.2&start=0&rows=10&indent=on&fl=idA_o,idB_o http://localhost:8983/solr/select/?q=*%3A*&version=2.2&start=0&rows=0&indent=on&facet=true&facet.field=detmethod_s

  9. Next steps • Test indexing with larger files • Update PSICQUIC webservice source code (https://psicquic.googlecode.com/svn/trunk/psicquic-solr) • SOLR behind the scene • Support MITAB 2.6 and MITAB 2.7 + current formats • Update methods to allow faceting (group by) • Update PSICQUIC-view and IMEX-view • Export data in MITAB 2.7!

More Related