Skip to content

Instantly share code, notes, and snippets.

@roncat
Last active May 11, 2016 14:14
Show Gist options
  • Save roncat/12208dd995603b3bfbf1 to your computer and use it in GitHub Desktop.
Save roncat/12208dd995603b3bfbf1 to your computer and use it in GitHub Desktop.
Solr
====
- Java
- Solr
- Apache
Instalation: bitnami {https://bitnami.com/stack/solr/installer}
Configurations:
- <HOME_SOLR>
- solr {configurations - cores}
- collection1 {core}
- conf
- data
- solrconfig.xml
- schema.xml {data model to search}
- <field>
- <analyzer type="index"> {https://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters}
- <tokenyzer > {Only one of this type at a time}
- <filter>
- <filter>
- <analyzer type="query">
- <tokenyzer > {Only one of this type at a time}
- <filter>
- <filter>
- types
- solr.xml
http://indexador-portal.cnpq.br/solr/portalINCT/dataimport?command=status
http://indexador-portal.cnpq.br/solr/portalINCT/dataimport?command=reload-config
http://indexador-portal.cnpq.br/solr/admin/cores?action=RELOAD&core=portalINCT
http://indexador-portal.cnpq.br/solr/portalINCT/dataimport?command=full-import
http://indexador-portal.cnpq.br/solr/portalINCT/dataimport?command=delta-import
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment