Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eecs398-search
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vcday
eecs398-search
Commits
f2d20cad
Commit
f2d20cad
authored
6 years ago
by
jsclose
Browse files
Options
Downloads
Patches
Plain Diff
working isr word for simple query
parent
48451758
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ISRWord-tests
+0
-0
0 additions, 0 deletions
ISRWord-tests
constraintSolver/ISREndDoc.cpp
+2
-2
2 additions, 2 deletions
constraintSolver/ISREndDoc.cpp
constraintSolver/tests/ISRWordTests.cpp
+1
-1
1 addition, 1 deletion
constraintSolver/tests/ISRWordTests.cpp
with
3 additions
and
3 deletions
ISRWord-tests
+
0
−
0
View file @
f2d20cad
No preview for this file type
This diff is collapsed.
Click to expand it.
constraintSolver/ISREndDoc.cpp
+
2
−
2
View file @
f2d20cad
...
...
@@ -3,8 +3,8 @@
//
#include
"ISREndDoc.h"
#define pathToIndex "/constraintSolver/index-test-files/twitter/"
#define pathToIndex
1
"/build/"
//
#define pathToIndex "/constraintSolver/index-test-files/twitter/"
#define pathToIndex "/build/"
ISREndDoc
::
ISREndDoc
()
{
currentChunk
=
0
;
...
...
This diff is collapsed.
Click to expand it.
constraintSolver/tests/ISRWordTests.cpp
+
1
−
1
View file @
f2d20cad
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment