Sparkly
Sparkly
Index
Index
A
|
B
|
C
|
D
|
F
|
G
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
W
|
Z
A
accept() (sparkly.analysis.PythonAlnumTokenFilter method)
add_concat_field() (sparkly.index_config.IndexConfig method)
add_field() (sparkly.index_config.IndexConfig method)
analyze() (in module sparkly.analysis)
analyze_generator() (in module sparkly.analysis)
ANALYZERS (sparkly.index.lucene_index.LuceneIndex attribute)
atomic_unzip() (in module sparkly.utils)
attach_current_thread_jvm() (in module sparkly.utils)
auc() (in module sparkly.utils)
AUCQueryScorer (class in sparkly.index_optimizer.query_scorer)
B
boost_map (sparkly.query_generator.query_spec.QuerySpec property)
C
compute_wilcoxon_score() (in module sparkly.index_optimizer.query_scorer)
config (sparkly.index.index_base.Index property)
(sparkly.index.lucene_index.LuceneIndex property)
createComponents() (sparkly.analysis.Gram2Analyzer method)
(sparkly.analysis.Gram3Analyzer method)
(sparkly.analysis.Gram4Analyzer method)
(sparkly.analysis.StandardEdgeGram36Analyzer method)
(sparkly.analysis.StrippedGram3Analyzer method)
(sparkly.analysis.UnfilteredGram3Analyzer method)
(sparkly.analysis.UnfilteredGram5Analyzer method)
D
deinit() (sparkly.index.lucene_index.LuceneIndex method)
delete_docs() (sparkly.index.index_base.Index method)
(sparkly.index.lucene_index.LuceneIndex method)
F
filter (sparkly.query_generator.query_spec.QuerySpec property)
freeze() (sparkly.index_config.IndexConfig method)
from_json() (sparkly.index_config.IndexConfig class method)
G
generate_query() (sparkly.query_generator.lucene_query_generator.LuceneQueryGenerator method)
generate_query_clauses() (sparkly.query_generator.lucene_query_generator.LuceneQueryGenerator method)
get_analyzed_fields() (sparkly.index_config.IndexConfig method)
get_full_query_spec() (sparkly.index.lucene_index.LuceneIndex method)
(sparkly.search.Searcher method)
get_index_name() (in module sparkly.utils)
get_interval() (sparkly.utils.Timer method)
get_logger() (in module sparkly.utils)
get_shingle_analyzer() (in module sparkly.analysis)
get_standard_analyzer_no_stop_words() (in module sparkly.analysis)
get_total() (sparkly.utils.Timer method)
Gram2Analyzer (class in sparkly.analysis)
Gram3Analyzer (class in sparkly.analysis)
Gram4Analyzer (class in sparkly.analysis)
I
id_col (sparkly.index_config.IndexConfig property)
id_to_lucene_id() (sparkly.index.lucene_index.LuceneIndex method)
ids (sparkly.index.index_base.QueryResult attribute)
Index (class in sparkly.index.index_base)
index (sparkly.index_optimizer.index_optimizer.IndexOptimizer property)
index_path (sparkly.index.lucene_index.LuceneIndex property)
IndexConfig (class in sparkly.index_config)
IndexOptimizer (class in sparkly.index_optimizer.index_optimizer)
init() (sparkly.index.lucene_index.LuceneIndex method)
init_jvm() (in module sparkly.utils)
initReader() (sparkly.analysis.StrippedGram3Analyzer method)
invoke_task() (in module sparkly.utils)
is_built (sparkly.index.lucene_index.LuceneIndex property)
is_frozen (sparkly.index_config.IndexConfig property)
is_null() (in module sparkly.utils)
is_on_spark (sparkly.index.lucene_index.LuceneIndex property)
is_persisted() (in module sparkly.utils)
is_subset() (sparkly.query_generator.query_spec.QuerySpec method)
K
kill_loky_workers() (in module sparkly.utils)
L
local_parquet_to_spark_df() (in module sparkly.utils)
LUCENE_DIR (sparkly.index.lucene_index.LuceneIndex attribute)
LuceneIndex (class in sparkly.index.lucene_index)
LuceneQueryGenerator (class in sparkly.query_generator.lucene_query_generator)
M
make_index_config() (sparkly.index_optimizer.index_optimizer.IndexOptimizer method)
module
sparkly
sparkly.analysis
sparkly.index
sparkly.index.index_base
sparkly.index.lucene_index
sparkly.index_config
sparkly.index_optimizer
sparkly.index_optimizer.index_optimizer
sparkly.index_optimizer.query_scorer
sparkly.query_generator
sparkly.query_generator.lucene_query_generator
sparkly.query_generator.query_spec
sparkly.search
sparkly.utils
N
norm_auc() (in module sparkly.utils)
num_indexed_docs() (sparkly.index.lucene_index.LuceneIndex method)
O
optimize() (sparkly.index_optimizer.index_optimizer.IndexOptimizer method)
P
persisted() (in module sparkly.utils)
PY_META_FILE (sparkly.index.lucene_index.LuceneIndex attribute)
PythonAlnumTokenFilter (class in sparkly.analysis)
Q
query_gen (sparkly.index.lucene_index.LuceneIndex property)
QueryResult (class in sparkly.index.index_base)
QueryScorer (class in sparkly.index_optimizer.query_scorer)
QuerySpec (class in sparkly.query_generator.query_spec)
R
RankQueryScorer (class in sparkly.index_optimizer.query_scorer)
remove_field() (sparkly.index_config.IndexConfig method)
repartition_df() (in module sparkly.utils)
S
score_docs() (sparkly.index.lucene_index.LuceneIndex method)
score_query_result() (in module sparkly.index_optimizer.query_scorer)
(sparkly.index_optimizer.query_scorer.AUCQueryScorer method)
(sparkly.index_optimizer.query_scorer.QueryScorer method)
(sparkly.index_optimizer.query_scorer.RankQueryScorer method)
score_query_result_sum() (in module sparkly.index_optimizer.query_scorer)
score_query_results() (in module sparkly.index_optimizer.query_scorer)
(sparkly.index_optimizer.query_scorer.AUCQueryScorer method)
(sparkly.index_optimizer.query_scorer.QueryScorer method)
(sparkly.index_optimizer.query_scorer.RankQueryScorer method)
scores (sparkly.index.index_base.QueryResult attribute)
search() (in module sparkly.search)
(sparkly.index.index_base.Index method)
(sparkly.index.lucene_index.LuceneIndex method)
(sparkly.search.Searcher method)
search_gen() (in module sparkly.search)
search_many() (sparkly.index.index_base.Index method)
(sparkly.index.lucene_index.LuceneIndex method)
search_time (sparkly.index.index_base.QueryResult attribute)
Searcher (class in sparkly.search)
set_start_time() (sparkly.utils.Timer method)
size (sparkly.query_generator.query_spec.QuerySpec property)
spark_to_pandas_stream() (in module sparkly.utils)
sparkly
module
sparkly.analysis
module
sparkly.index
module
sparkly.index.index_base
module
sparkly.index.lucene_index
module
sparkly.index_config
module
sparkly.index_optimizer
module
sparkly.index_optimizer.index_optimizer
module
sparkly.index_optimizer.query_scorer
module
sparkly.query_generator
module
sparkly.query_generator.lucene_query_generator
module
sparkly.query_generator.query_spec
module
sparkly.search
module
sparkly.utils
module
StandardEdgeGram36Analyzer (class in sparkly.analysis)
store_vectors (sparkly.index_config.IndexConfig property)
StrippedGram3Analyzer (class in sparkly.analysis)
T
Timer (class in sparkly.utils)
to_dict() (sparkly.index_config.IndexConfig method)
(sparkly.query_generator.query_spec.QuerySpec method)
to_json() (sparkly.index_config.IndexConfig method)
to_spark() (sparkly.index.lucene_index.LuceneIndex method)
type_check() (in module sparkly.utils)
type_check_iterable() (in module sparkly.utils)
U
UnfilteredGram3Analyzer (class in sparkly.analysis)
UnfilteredGram5Analyzer (class in sparkly.analysis)
union() (sparkly.query_generator.query_spec.QuerySpec method)
upsert_docs() (sparkly.index.index_base.Index method)
(sparkly.index.lucene_index.LuceneIndex method)
W
weighted_queries (sparkly.index_config.IndexConfig property)
Z
zip_dir() (in module sparkly.utils)