Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

iglesias/ir-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 

Repository files navigation

Execute SOLR :
  Start Server.
  1.- Go to apache-solr-3.6.0/example/
  2.- Command : java -jar start-jar
  
  Add Json Document.
  1.- Go to apache-solr-3.6.0/example/exampledocs
  2.- Command : curl 'http://localhost:8983/solr/update/json?commit=true' 
                      --data-binary @filename.json -H 'Content-type:application/json'
  
  Remove all documents.
  1.- Go to apache-solr-3.6.0/example/exampledocs
  2.- Command : java -Ddata=args -jar post.jar "<delete><query>id:*</query></delete>"
  
  
  
Structure Data folder (for the interface):
  1 - data folder should be at the same level as src.
  2 - data
         |_ Universe1
         |_ Universe2
         |_ BowieState
            |_ pagerank 
                 |_ mentioned
                 |    |_ all
                 |    |    |_ PowerIteration.txt, MonteCarlo1.txt, ...  
                 |    |_ followers
                 |         |_ PowerIteration.txt, MonteCarlo1.txt, ... 
                 |_ retweeted

Authors: Jack Ha, Bernard Hernandez, Fernando J. Iglesias Garcia

About

Twitter Page Rank

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages