Skip to content

o19s/SemanticSearchInNumpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Simple example

##Index documents into Solr

In the StackExchangeSolrIndexing folder:

cd apache-solr-x.x.x/example
java -jar -Dsolr.solr.home=<full_path_to_this_dir>/solr_home start.jar
  • Index documents (currently only works for posts):
python extractDocs.py "<full_path_to_stack_exchange_dump>/posts.xml"

(Configuration details can be found in solr_home/collection1/conf/schema.xml)

  • Search!
localhost:8983/solr/collection1/select?q=Tags:star-wars

##Auto-Generate Synonyms

In the SemanticExtraction folder

  • Run
python SemanticAnalyzer.py Body

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published