Skip to content

Commit

Permalink
shorter file names
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyen committed Jun 26, 2015
1 parent f68d1d2 commit 77b064f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion pindex_impl_bleve.go → pindex_bleve.go
Expand Up @@ -279,7 +279,7 @@ func QueryBlevePIndexImpl(mgr *cbgt.Manager, indexName, indexUUID string,

select {
case <-cancelCh:
err = fmt.Errorf("pindex_impl_bleve: query timeout")
err = fmt.Errorf("pindex_bleve: query timeout")

case <-doneCh:
if searchResult != nil {
Expand Down
File renamed without changes.

0 comments on commit 77b064f

Please sign in to comment.