mirror of https://gitee.com/bigwinds/arangodb
renamed files
This commit is contained in:
parent
1992597015
commit
1e1f7da7f9
|
@ -25,10 +25,11 @@
|
|||
/// @author Copyright 2012, triagens GmbH, Cologne, Germany
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "FTS_index.h"
|
||||
#include "fulltext-index.h"
|
||||
|
||||
#include "BasicsC/locks.h"
|
||||
#include "BasicsC/logging.h"
|
||||
|
||||
#include "FulltextIndex/zstr.h"
|
||||
|
||||
// -----------------------------------------------------------------------------
|
|
@ -48,7 +48,7 @@ bin_arangod_SOURCES = \
|
|||
arangod/BitIndexes/bitarray.c \
|
||||
arangod/BitIndexes/bitarrayIndex.c \
|
||||
arangod/GeoIndex/GeoIndex.c \
|
||||
arangod/FulltextIndex/FTS_index.c \
|
||||
arangod/FulltextIndex/fulltext-index.c \
|
||||
arangod/FulltextIndex/zcode.c \
|
||||
arangod/FulltextIndex/zstr.c \
|
||||
arangod/HashIndex/hasharray.c \
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include "v8-query.h"
|
||||
|
||||
#include "BasicsC/logging.h"
|
||||
#include "FulltextIndex/FTS_index.h"
|
||||
#include "FulltextIndex/fulltext-index.h"
|
||||
#include "HashIndex/hashindex.h"
|
||||
#include "SkipLists/skiplistIndex.h"
|
||||
#include "Utilities/ResourceHolder.h"
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#ifndef TRIAGENS_VOC_BASE_FULLTEXT_QUERY_H
|
||||
#define TRIAGENS_VOC_BASE_FULLTEXT_QUERY_H 1
|
||||
|
||||
#include "FulltextIndex/FTS_index.h"
|
||||
#include "FulltextIndex/fulltext-index.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
@ -32,7 +32,8 @@
|
|||
|
||||
#include "BasicsC/json.h"
|
||||
#include "BasicsC/linked-list.h"
|
||||
#include "FulltextIndex/FTS_index.h"
|
||||
#include "BitIndexes/bitarrayIndex.h"
|
||||
#include "FulltextIndex/fulltext-index.h"
|
||||
#include "GeoIndex/GeoIndex.h"
|
||||
#include "HashIndex/hashindex.h"
|
||||
#include "PriorityQueue/pqueueindex.h"
|
||||
|
@ -40,7 +41,6 @@
|
|||
#include "SkipLists/skiplistIndex.h"
|
||||
#include "IndexIterators/index-iterator.h"
|
||||
#include "IndexOperators/index-operator.h"
|
||||
#include "BitIndexes/bitarrayIndex.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
Loading…
Reference in New Issue