Skip to content
Snippets Groups Projects
Commit f2d20cad authored by jsclose's avatar jsclose
Browse files

working isr word for simple query

parent 48451758
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -3,8 +3,8 @@
//
#include "ISREndDoc.h"
#define pathToIndex "/constraintSolver/index-test-files/twitter/"
#define pathToIndex1 "/build/"
//#define pathToIndex "/constraintSolver/index-test-files/twitter/"
#define pathToIndex "/build/"
ISREndDoc::ISREndDoc() {
currentChunk = 0;
......
......@@ -15,7 +15,7 @@ int main ( )
{
//char* query = "iphone";
clock_t start = clock();
ISRWord queryWord("%16million");
ISRWord queryWord("%trump");
ISREndDoc endDocs;
vector<size_t> locations;
vector<DocumentEnding> docEnds;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment