File Coverage

blib/lib/KinoSearch/Autobinding.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             # DO NOT EDIT!!!! This is an auto-generated file.
2              
3 168     168   3384 use strict;
  168         1578  
  168         18172  
4 168     168   924 use warnings;
  168         1558  
  168         1113955  
5              
6             package KinoSearch::Autobinding;
7              
8             init_autobindings();
9              
10             %KinoSearch::Object::Obj::new_PARAMS = ();
11              
12             %KinoSearch::Object::Hash::new_PARAMS = (
13             capacity => 0,
14             );
15              
16             %KinoSearch::Index::Inverter::new_PARAMS = (
17             schema => undef,
18             segment => undef,
19             );
20              
21             %KinoSearch::Store::InStream::open_PARAMS = (
22             file => undef,
23             );
24              
25             %KinoSearch::Search::Matcher::new_PARAMS = ();
26              
27             %KSx::Search::FilterScorer::new_PARAMS = (
28             bits => undef,
29             doc_max => undef,
30             );
31              
32             %KinoSearch::Search::BitVecMatcher::new_PARAMS = (
33             bit_vector => undef,
34             );
35              
36             %KSx::Search::MockMatcher::_new_PARAMS = (
37             doc_ids => undef,
38             scores => undef,
39             );
40              
41             %KinoSearch::Index::PostingList::new_PARAMS = ();
42              
43             %KinoSearch::Index::SegPostingList::new_PARAMS = (
44             plist_reader => undef,
45             field => undef,
46             );
47              
48             %KinoSearch::Search::NOTScorer::new_PARAMS = (
49             negated_matcher => undef,
50             doc_max => undef,
51             );
52              
53             %KinoSearch::Search::ANDScorer::new_PARAMS = (
54             children => undef,
55             similarity => undef,
56             );
57              
58             %KinoSearch::Search::ORScorer::new_PARAMS = (
59             children => undef,
60             similarity => undef,
61             );
62              
63             %KinoSearch::Search::RequiredOptionalScorer::new_PARAMS = (
64             similarity => undef,
65             required_matcher => undef,
66             optional_matcher => undef,
67             );
68              
69             %KinoSearch::Object::LockFreeRegistry::new_PARAMS = (
70             capacity => undef,
71             );
72              
73             %KinoSearch::Search::Query::new_PARAMS = (
74             boost => 1.0,
75             );
76              
77             %KinoSearch::Search::PhraseQuery::new_PARAMS = (
78             field => undef,
79             terms => undef,
80             );
81              
82             %KinoSearch::Search::LeafQuery::new_PARAMS = (
83             field => undef,
84             text => undef,
85             );
86              
87             %KinoSearch::Search::Compiler::do_new_PARAMS = (
88             parent => undef,
89             searcher => undef,
90             similarity => undef,
91             boost => undef,
92             );
93              
94             %KSx::Search::ProximityCompiler::do_new_PARAMS = (
95             parent => undef,
96             searcher => undef,
97             boost => undef,
98             within => undef,
99             );
100              
101             %KinoSearch::Search::PhraseCompiler::do_new_PARAMS = (
102             parent => undef,
103             searcher => undef,
104             boost => undef,
105             );
106              
107             %KinoSearch::Search::TermCompiler::do_new_PARAMS = (
108             parent => undef,
109             searcher => undef,
110             boost => undef,
111             );
112              
113             %KinoSearch::Search::NoMatchQuery::new_PARAMS = ();
114              
115             %KinoSearch::Search::RangeQuery::new_PARAMS = (
116             field => undef,
117             lower_term => undef,
118             upper_term => undef,
119             include_lower => 1,
120             include_upper => 1,
121             );
122              
123             %KinoSearch::Search::MatchAllQuery::new_PARAMS = ();
124              
125             %KSx::Search::ProximityQuery::new_PARAMS = (
126             field => undef,
127             terms => undef,
128             within => undef,
129             );
130              
131             %KinoSearch::Search::PolyQuery::new_PARAMS = (
132             children => undef,
133             );
134              
135             %KinoSearch::Search::NOTQuery::new_PARAMS = (
136             negated_query => undef,
137             );
138              
139             %KinoSearch::Search::ORQuery::new_PARAMS = (
140             children => undef,
141             );
142              
143             %KinoSearch::Search::ANDQuery::new_PARAMS = (
144             children => undef,
145             );
146              
147             %KinoSearch::Search::RequiredOptionalQuery::new_PARAMS = (
148             required_query => undef,
149             optional_query => undef,
150             );
151              
152             %KinoSearch::Search::TermQuery::new_PARAMS = (
153             field => undef,
154             term => undef,
155             );
156              
157             %KinoSearch::Search::Collector::new_PARAMS = ();
158              
159             %KinoSearch::Search::Collector::BitCollector::new_PARAMS = (
160             bit_vector => undef,
161             );
162              
163             %KinoSearch::Search::Collector::OffsetCollector::new_PARAMS = (
164             collector => undef,
165             offset => undef,
166             );
167              
168             %KinoSearch::Search::Collector::SortCollector::new_PARAMS = (
169             schema => undef,
170             sort_spec => undef,
171             wanted => undef,
172             );
173              
174             %KinoSearch::Store::Folder::new_PARAMS = (
175             path => undef,
176             );
177              
178             %KinoSearch::Store::RAMFolder::new_PARAMS = (
179             path => undef,
180             );
181              
182             %KinoSearch::Store::FSFolder::new_PARAMS = (
183             path => undef,
184             );
185              
186             %KinoSearch::Store::OutStream::open_PARAMS = (
187             file => undef,
188             );
189              
190             %KinoSearch::Index::SortCache::new_PARAMS = (
191             field => undef,
192             type => undef,
193             ords => undef,
194             cardinality => undef,
195             doc_max => undef,
196             null_ord => -1,
197             ord_width => undef,
198             );
199              
200             %KinoSearch::Search::SortRule::_new_PARAMS = (
201             type => 0,
202             field => undef,
203             reverse => 0,
204             );
205              
206             %KinoSearch::Analysis::Analyzer::new_PARAMS = ();
207              
208             %KinoSearch::Analysis::Stopalizer::new_PARAMS = (
209             language => undef,
210             stoplist => undef,
211             );
212              
213             %KinoSearch::Analysis::CaseFolder::new_PARAMS = ();
214              
215             %KinoSearch::Analysis::Stemmer::new_PARAMS = (
216             language => undef,
217             );
218              
219             %KinoSearch::Analysis::PolyAnalyzer::new_PARAMS = (
220             language => undef,
221             analyzers => undef,
222             );
223              
224             %KinoSearch::Analysis::Tokenizer::_new_PARAMS = (
225             pattern => undef,
226             );
227              
228             %KinoSearch::Store::Lock::new_PARAMS = (
229             folder => undef,
230             name => undef,
231             host => undef,
232             timeout => 0,
233             interval => 100,
234             );
235              
236             %KinoSearch::Store::LockFileLock::new_PARAMS = (
237             folder => undef,
238             name => undef,
239             host => undef,
240             timeout => 0,
241             interval => 100,
242             );
243              
244             %KinoSearch::Store::SharedLock::new_PARAMS = (
245             folder => undef,
246             name => undef,
247             host => undef,
248             timeout => 0,
249             interval => 100,
250             );
251              
252             %KinoSearch::Highlight::Highlighter::new_PARAMS = (
253             searcher => undef,
254             query => undef,
255             field => undef,
256             excerpt_length => 200,
257             );
258              
259             %KinoSearch::Plan::FieldType::new_PARAMS = (
260             boost => 1.0,
261             indexed => 0,
262             stored => 0,
263             sortable => 0,
264             );
265              
266             %KinoSearch::Plan::BlobType::new_PARAMS = (
267             stored => undef,
268             );
269              
270             %KinoSearch::Plan::Int32Type::new_PARAMS = (
271             boost => 1.0,
272             indexed => 1,
273             stored => 1,
274             sortable => 0,
275             );
276              
277             %KinoSearch::Plan::Int64Type::new_PARAMS = (
278             boost => 1.0,
279             indexed => 1,
280             stored => 1,
281             sortable => 0,
282             );
283              
284             %KinoSearch::Plan::Float32Type::new_PARAMS = (
285             boost => 1.0,
286             indexed => 1,
287             stored => 1,
288             sortable => 0,
289             );
290              
291             %KinoSearch::Plan::Float64Type::new_PARAMS = (
292             boost => 1.0,
293             indexed => 1,
294             stored => 1,
295             sortable => 1,
296             );
297              
298             %KinoSearch::Plan::StringType::new_PARAMS = (
299             boost => 1.0,
300             indexed => 1,
301             stored => 1,
302             sortable => 0,
303             );
304              
305             %KinoSearch::Plan::FullTextType::new_PARAMS = (
306             analyzer => undef,
307             boost => 1.0,
308             indexed => 1,
309             stored => 1,
310             sortable => 0,
311             highlightable => 0,
312             );
313              
314             %KinoSearch::Index::Similarity::new_PARAMS = ();
315              
316             %KinoSearch::Store::RAMFile::new_PARAMS = (
317             contents => undef,
318             read_only => 0,
319             );
320              
321             %KinoSearch::Index::DocVector::new_PARAMS = ();
322              
323             %KinoSearch::Highlight::HeatMap::new_PARAMS = (
324             spans => undef,
325             window => 133,
326             );
327              
328             %KinoSearch::Index::BackgroundMerger::new_PARAMS = (
329             index => undef,
330             manager => undef,
331             );
332              
333             %KinoSearch::Index::Lexicon::new_PARAMS = (
334             field => undef,
335             );
336              
337             %KinoSearch::Index::SegLexicon::new_PARAMS = (
338             schema => undef,
339             folder => undef,
340             segment => undef,
341             field => undef,
342             );
343              
344             %KinoSearch::Index::PolyLexicon::new_PARAMS = (
345             field => undef,
346             sub_readers => undef,
347             );
348              
349             %KinoSearch::Test::Util::BBSortEx::new_PARAMS = (
350             mem_thresh => 0x1000000,
351             external => undef,
352             );
353              
354             %KinoSearch::Search::TopDocs::new_PARAMS = (
355             match_docs => undef,
356             total_hits => undef,
357             );
358              
359             %KinoSearch::Index::DataReader::new_PARAMS = (
360             schema => undef,
361             folder => undef,
362             snapshot => undef,
363             segments => undef,
364             seg_tick => -1,
365             );
366              
367             %KinoSearch::Index::HighlightReader::new_PARAMS = (
368             schema => undef,
369             folder => undef,
370             snapshot => undef,
371             segments => undef,
372             seg_tick => -1,
373             );
374              
375             %KinoSearch::Index::DefaultHighlightReader::new_PARAMS = (
376             schema => undef,
377             folder => undef,
378             snapshot => undef,
379             segments => undef,
380             seg_tick => undef,
381             );
382              
383             %KinoSearch::Index::IndexReader::open_PARAMS = (
384             index => undef,
385             snapshot => undef,
386             manager => undef,
387             );
388              
389             %KinoSearch::Index::SegReader::new_PARAMS = (
390             schema => undef,
391             folder => undef,
392             snapshot => undef,
393             segments => undef,
394             seg_tick => undef,
395             );
396              
397             %KinoSearch::Index::PolyReader::new_PARAMS = (
398             schema => undef,
399             folder => undef,
400             snapshot => undef,
401             manager => undef,
402             sub_readers => undef,
403             );
404              
405             %KinoSearch::Index::PolyReader::open_PARAMS = (
406             index => undef,
407             snapshot => undef,
408             manager => undef,
409             );
410              
411             %KinoSearch::Index::DocReader::new_PARAMS = (
412             schema => undef,
413             folder => undef,
414             snapshot => undef,
415             segments => undef,
416             seg_tick => -1,
417             );
418              
419             %KinoSearch::Index::DefaultDocReader::new_PARAMS = (
420             schema => undef,
421             folder => undef,
422             snapshot => undef,
423             segments => undef,
424             seg_tick => undef,
425             );
426              
427             %KinoSearch::Index::DeletionsReader::new_PARAMS = (
428             schema => undef,
429             folder => undef,
430             snapshot => undef,
431             segments => undef,
432             seg_tick => -1,
433             );
434              
435             %KinoSearch::Index::DefaultDeletionsReader::new_PARAMS = (
436             schema => undef,
437             folder => undef,
438             snapshot => undef,
439             segments => undef,
440             seg_tick => undef,
441             );
442              
443             %KinoSearch::Index::PostingListReader::new_PARAMS = (
444             schema => undef,
445             folder => undef,
446             snapshot => undef,
447             segments => undef,
448             seg_tick => -1,
449             );
450              
451             %KinoSearch::Index::DefaultPostingListReader::new_PARAMS = (
452             schema => undef,
453             folder => undef,
454             snapshot => undef,
455             segments => undef,
456             seg_tick => undef,
457             lex_reader => undef,
458             );
459              
460             %KinoSearch::Index::SortReader::new_PARAMS = (
461             schema => undef,
462             folder => undef,
463             snapshot => undef,
464             segments => undef,
465             seg_tick => -1,
466             );
467              
468             %KinoSearch::Index::DefaultSortReader::new_PARAMS = (
469             schema => undef,
470             folder => undef,
471             snapshot => undef,
472             segments => undef,
473             seg_tick => undef,
474             );
475              
476             %KinoSearch::Index::LexiconReader::new_PARAMS = (
477             schema => undef,
478             folder => undef,
479             snapshot => undef,
480             segments => undef,
481             seg_tick => -1,
482             );
483              
484             %KinoSearch::Index::DefaultLexiconReader::new_PARAMS = (
485             schema => undef,
486             folder => undef,
487             snapshot => undef,
488             segments => undef,
489             seg_tick => undef,
490             );
491              
492             %KinoSearch::Index::TermVector::new_PARAMS = (
493             field => undef,
494             text => undef,
495             positions => undef,
496             start_offsets => undef,
497             end_offsets => undef,
498             );
499              
500             %KinoSearch::Store::LockFactory::new_PARAMS = (
501             folder => undef,
502             host => undef,
503             );
504              
505             %KinoSearch::Object::BitVector::new_PARAMS = (
506             capacity => 0,
507             );
508              
509             %KinoSearch::Util::PriorityQueue::new_PARAMS = (
510             max_size => undef,
511             );
512              
513             %KinoSearch::Search::HitQueue::new_PARAMS = (
514             schema => undef,
515             sort_spec => undef,
516             wanted => undef,
517             );
518              
519             %KinoSearch::Index::DataWriter::new_PARAMS = (
520             schema => undef,
521             snapshot => undef,
522             segment => undef,
523             polyreader => undef,
524             );
525              
526             %KinoSearch::Index::LexiconWriter::new_PARAMS = (
527             schema => undef,
528             snapshot => undef,
529             segment => undef,
530             polyreader => undef,
531             );
532              
533             %KinoSearch::Index::SegWriter::new_PARAMS = (
534             schema => undef,
535             snapshot => undef,
536             segment => undef,
537             polyreader => undef,
538             );
539              
540             %KinoSearch::Index::DocWriter::new_PARAMS = (
541             schema => undef,
542             snapshot => undef,
543             segment => undef,
544             polyreader => undef,
545             );
546              
547             %KinoSearch::Index::DefaultDeletionsWriter::new_PARAMS = (
548             schema => undef,
549             snapshot => undef,
550             segment => undef,
551             polyreader => undef,
552             );
553              
554             %KinoSearch::Index::SortWriter::new_PARAMS = (
555             schema => undef,
556             snapshot => undef,
557             segment => undef,
558             polyreader => undef,
559             );
560              
561             %KinoSearch::Index::PostingListWriter::new_PARAMS = (
562             schema => undef,
563             snapshot => undef,
564             segment => undef,
565             polyreader => undef,
566             lex_writer => undef,
567             );
568              
569             %KinoSearch::Index::HighlightWriter::new_PARAMS = (
570             schema => undef,
571             snapshot => undef,
572             segment => undef,
573             polyreader => undef,
574             );
575              
576             %KinoSearch::Util::MemoryPool::new_PARAMS = (
577             arena_size => undef,
578             );
579              
580             %KinoSearch::Index::FilePurger::new_PARAMS = (
581             folder => undef,
582             snapshot => undef,
583             manager => undef,
584             );
585              
586             %KinoSearch::Plan::Schema::new_PARAMS = ();
587              
588             %KinoSearch::Test::TestSchema::new_PARAMS = ();
589              
590             %KinoSearch::Search::Searcher::new_PARAMS = (
591             schema => undef,
592             );
593              
594             %KinoSearch::Search::IndexSearcher::new_PARAMS = (
595             index => undef,
596             );
597              
598             %KinoSearch::Search::PolySearcher::new_PARAMS = (
599             schema => undef,
600             searchers => undef,
601             );
602              
603             %KinoSearch::Document::Doc::new_PARAMS = (
604             fields => undef,
605             doc_id => 0,
606             );
607              
608             %KinoSearch::Document::HitDoc::new_PARAMS = (
609             fields => undef,
610             doc_id => 0,
611             score => 0.0,
612             );
613              
614             %KinoSearch::Object::VArray::new_PARAMS = (
615             capacity => undef,
616             );
617              
618             %KinoSearch::Search::QueryParser::new_PARAMS = (
619             schema => undef,
620             analyzer => undef,
621             default_boolop => undef,
622             fields => undef,
623             );
624              
625             %KinoSearch::Index::TermInfo::new_PARAMS = (
626             doc_freq => 0,
627             );
628              
629             %KinoSearch::Store::FileHandle::_open_PARAMS = (
630             path => undef,
631             flags => undef,
632             );
633              
634             %KinoSearch::Store::RAMFileHandle::_open_PARAMS = (
635             path => undef,
636             flags => undef,
637             file => undef,
638             );
639              
640             %KinoSearch::Store::FSFileHandle::_open_PARAMS = (
641             path => undef,
642             flags => undef,
643             );
644              
645             %KinoSearch::Index::Snapshot::new_PARAMS = ();
646              
647             %KinoSearch::Index::Segment::new_PARAMS = (
648             number => undef,
649             );
650              
651             %KinoSearch::Search::SortSpec::new_PARAMS = (
652             rules => undef,
653             );
654              
655             %KinoSearch::Search::Hits::new_PARAMS = (
656             searcher => undef,
657             top_docs => undef,
658             offset => 0,
659             );
660              
661             %KinoSearch::Plan::Architecture::new_PARAMS = ();
662              
663             %KinoSearch::Index::IndexManager::new_PARAMS = (
664             host => undef,
665             lock_factory => undef,
666             );
667              
668             %KinoSearch::Object::Err::_new_PARAMS = (
669             mess => undef,
670             );
671              
672             %KinoSearch::Search::MatchDoc::new_PARAMS = (
673             doc_id => undef,
674             score => undef,
675             values => undef,
676             );
677              
678             %KinoSearch::Index::Indexer::_new_PARAMS = (
679             schema => undef,
680             index => undef,
681             manager => undef,
682             flags => 0,
683             );
684              
685             %KinoSearch::Search::Span::new_PARAMS = (
686             offset => undef,
687             length => undef,
688             weight => 0.0,
689             );
690              
691             %KinoSearch::Index::Posting::MatchPosting::new_PARAMS = (
692             similarity => undef,
693             );
694              
695             %KinoSearch::Index::Posting::ScorePosting::new_PARAMS = (
696             similarity => undef,
697             );
698              
699             %KinoSearch::Index::Posting::RichPosting::new_PARAMS = (
700             similarity => undef,
701             );
702              
703             %KinoSearch::Object::Hash::find_key_PARAMS = (
704             key => undef,
705             hash_sum => undef,
706             );
707              
708             %KinoSearch::Store::InStream::reopen_PARAMS = (
709             filename => undef,
710             offset => undef,
711             len => undef,
712             );
713              
714             %KinoSearch::Search::Matcher::collect_PARAMS = (
715             collector => undef,
716             deletions => undef,
717             );
718              
719             %KinoSearch::Index::PostingList::make_matcher_PARAMS = (
720             similarity => undef,
721             compiler => undef,
722             need_score => undef,
723             );
724              
725             %KinoSearch::Index::SegPostingList::make_matcher_PARAMS = (
726             similarity => undef,
727             compiler => undef,
728             need_score => undef,
729             );
730              
731             %KinoSearch::Object::LockFreeRegistry::register_PARAMS = (
732             key => undef,
733             value => undef,
734             );
735              
736             %KinoSearch::Search::Query::_make_compiler_PARAMS = (
737             searcher => undef,
738             boost => undef,
739             );
740              
741             %KinoSearch::Search::PhraseQuery::_make_compiler_PARAMS = (
742             searcher => undef,
743             boost => undef,
744             );
745              
746             %KinoSearch::Search::LeafQuery::_make_compiler_PARAMS = (
747             searcher => undef,
748             boost => undef,
749             );
750              
751             %KinoSearch::Search::NoMatchQuery::_make_compiler_PARAMS = (
752             searcher => undef,
753             boost => undef,
754             );
755              
756             %KinoSearch::Search::RangeQuery::_make_compiler_PARAMS = (
757             searcher => undef,
758             boost => undef,
759             );
760              
761             %KinoSearch::Search::MatchAllQuery::_make_compiler_PARAMS = (
762             searcher => undef,
763             boost => undef,
764             );
765              
766             %KSx::Search::ProximityQuery::_make_compiler_PARAMS = (
767             searcher => undef,
768             boost => undef,
769             );
770              
771             %KinoSearch::Search::NOTQuery::_make_compiler_PARAMS = (
772             searcher => undef,
773             boost => undef,
774             );
775              
776             %KinoSearch::Search::ORQuery::_make_compiler_PARAMS = (
777             searcher => undef,
778             boost => undef,
779             );
780              
781             %KinoSearch::Search::ANDQuery::_make_compiler_PARAMS = (
782             searcher => undef,
783             boost => undef,
784             );
785              
786             %KinoSearch::Search::RequiredOptionalQuery::_make_compiler_PARAMS = (
787             searcher => undef,
788             boost => undef,
789             );
790              
791             %KinoSearch::Search::TermQuery::_make_compiler_PARAMS = (
792             searcher => undef,
793             boost => undef,
794             );
795              
796             %KinoSearch::Search::Compiler::make_matcher_PARAMS = (
797             reader => undef,
798             need_score => undef,
799             );
800              
801             %KinoSearch::Search::RangeCompiler::make_matcher_PARAMS = (
802             reader => undef,
803             need_score => undef,
804             );
805              
806             %KinoSearch::Search::ORCompiler::make_matcher_PARAMS = (
807             reader => undef,
808             need_score => undef,
809             );
810              
811             %KinoSearch::Search::NOTCompiler::make_matcher_PARAMS = (
812             reader => undef,
813             need_score => undef,
814             );
815              
816             %KinoSearch::Search::RequiredOptionalCompiler::make_matcher_PARAMS = (
817             reader => undef,
818             need_score => undef,
819             );
820              
821             %KinoSearch::Search::ANDCompiler::make_matcher_PARAMS = (
822             reader => undef,
823             need_score => undef,
824             );
825              
826             %KinoSearch::Search::NoMatchCompiler::make_matcher_PARAMS = (
827             reader => undef,
828             need_score => undef,
829             );
830              
831             %KSx::Search::ProximityCompiler::make_matcher_PARAMS = (
832             reader => undef,
833             need_score => undef,
834             );
835              
836             %KinoSearch::Search::PhraseCompiler::make_matcher_PARAMS = (
837             reader => undef,
838             need_score => undef,
839             );
840              
841             %KinoSearch::Search::TermCompiler::make_matcher_PARAMS = (
842             reader => undef,
843             need_score => undef,
844             );
845              
846             %KinoSearch::Search::MatchAllCompiler::make_matcher_PARAMS = (
847             reader => undef,
848             need_score => undef,
849             );
850              
851             %KinoSearch::Search::Compiler::highlight_spans_PARAMS = (
852             searcher => undef,
853             doc_vec => undef,
854             field => undef,
855             );
856              
857             %KinoSearch::Search::PolyCompiler::highlight_spans_PARAMS = (
858             searcher => undef,
859             doc_vec => undef,
860             field => undef,
861             );
862              
863             %KinoSearch::Search::NOTCompiler::highlight_spans_PARAMS = (
864             searcher => undef,
865             doc_vec => undef,
866             field => undef,
867             );
868              
869             %KSx::Search::ProximityCompiler::highlight_spans_PARAMS = (
870             searcher => undef,
871             doc_vec => undef,
872             field => undef,
873             );
874              
875             %KinoSearch::Search::PhraseCompiler::highlight_spans_PARAMS = (
876             searcher => undef,
877             doc_vec => undef,
878             field => undef,
879             );
880              
881             %KinoSearch::Search::TermCompiler::highlight_spans_PARAMS = (
882             searcher => undef,
883             doc_vec => undef,
884             field => undef,
885             );
886              
887             %KinoSearch::Store::Folder::rename_PARAMS = (
888             from => undef,
889             to => undef,
890             );
891              
892             %KinoSearch::Store::RAMFolder::rename_PARAMS = (
893             from => undef,
894             to => undef,
895             );
896              
897             %KinoSearch::Store::FSFolder::rename_PARAMS = (
898             from => undef,
899             to => undef,
900             );
901              
902             %KinoSearch::Store::Folder::hard_link_PARAMS = (
903             from => undef,
904             to => undef,
905             );
906              
907             %KinoSearch::Store::RAMFolder::hard_link_PARAMS = (
908             from => undef,
909             to => undef,
910             );
911              
912             %KinoSearch::Store::FSFolder::hard_link_PARAMS = (
913             from => undef,
914             to => undef,
915             );
916              
917             %KinoSearch::Highlight::Highlighter::find_sentences_PARAMS = (
918             text => undef,
919             offset => 0,
920             length => 0,
921             );
922              
923             %KinoSearch::Highlight::Highlighter::_find_best_fragment_PARAMS = (
924             field_val => undef,
925             fragment => undef,
926             heat_map => undef,
927             );
928              
929             %KinoSearch::Highlight::Highlighter::_raw_excerpt_PARAMS = (
930             field_val => undef,
931             fragment => undef,
932             raw_excerpt => undef,
933             top => undef,
934             heat_map => undef,
935             sentences => undef,
936             );
937              
938             %KinoSearch::Highlight::Highlighter::_highlight_excerpt_PARAMS = (
939             spans => undef,
940             raw_excerpt => undef,
941             highlighted => undef,
942             top => undef,
943             );
944              
945             %KinoSearch::Plan::FieldType::compare_values_PARAMS = (
946             a => undef,
947             b => undef,
948             );
949              
950             %KinoSearch::Index::Similarity::idf_PARAMS = (
951             doc_freq => undef,
952             total_docs => undef,
953             );
954              
955             %KinoSearch::Index::Similarity::coord_PARAMS = (
956             overlap => undef,
957             max_overlap => undef,
958             );
959              
960             %KinoSearch::Index::DocVector::term_vector_PARAMS = (
961             field => undef,
962             term => undef,
963             );
964              
965             %KinoSearch::Index::DocVector::add_field_buf_PARAMS = (
966             field => undef,
967             field_buf => undef,
968             );
969              
970             %KinoSearch::Highlight::HeatMap::calc_proximity_boost_PARAMS = (
971             span1 => undef,
972             span2 => undef,
973             );
974              
975             %KinoSearch::Index::DataReader::aggregator_PARAMS = (
976             readers => undef,
977             offsets => undef,
978             );
979              
980             %KinoSearch::Index::HighlightReader::aggregator_PARAMS = (
981             readers => undef,
982             offsets => undef,
983             );
984              
985             %KinoSearch::Index::DocReader::aggregator_PARAMS = (
986             readers => undef,
987             offsets => undef,
988             );
989              
990             %KinoSearch::Index::DeletionsReader::aggregator_PARAMS = (
991             readers => undef,
992             offsets => undef,
993             );
994              
995             %KinoSearch::Index::PostingListReader::aggregator_PARAMS = (
996             readers => undef,
997             offsets => undef,
998             );
999              
1000             %KinoSearch::Index::SortReader::aggregator_PARAMS = (
1001             readers => undef,
1002             offsets => undef,
1003             );
1004              
1005             %KinoSearch::Index::LexiconReader::aggregator_PARAMS = (
1006             readers => undef,
1007             offsets => undef,
1008             );
1009              
1010             %KinoSearch::Index::SegReader::register_PARAMS = (
1011             api => undef,
1012             component => undef,
1013             );
1014              
1015             %KinoSearch::Index::PostingListReader::posting_list_PARAMS = (
1016             field => undef,
1017             term => undef,
1018             );
1019              
1020             %KinoSearch::Index::DefaultPostingListReader::posting_list_PARAMS = (
1021             field => undef,
1022             term => undef,
1023             );
1024              
1025             %KinoSearch::Index::LexiconReader::lexicon_PARAMS = (
1026             field => undef,
1027             term => undef,
1028             );
1029              
1030             %KinoSearch::Index::DefaultLexiconReader::lexicon_PARAMS = (
1031             field => undef,
1032             term => undef,
1033             );
1034              
1035             %KinoSearch::Index::PolyLexiconReader::lexicon_PARAMS = (
1036             field => undef,
1037             term => undef,
1038             );
1039              
1040             %KinoSearch::Index::LexiconReader::doc_freq_PARAMS = (
1041             field => undef,
1042             term => undef,
1043             );
1044              
1045             %KinoSearch::Index::DefaultLexiconReader::doc_freq_PARAMS = (
1046             field => undef,
1047             term => undef,
1048             );
1049              
1050             %KinoSearch::Index::PolyLexiconReader::doc_freq_PARAMS = (
1051             field => undef,
1052             term => undef,
1053             );
1054              
1055             %KinoSearch::Index::LexiconReader::fetch_term_info_PARAMS = (
1056             field => undef,
1057             term => undef,
1058             );
1059              
1060             %KinoSearch::Index::DefaultLexiconReader::fetch_term_info_PARAMS = (
1061             field => undef,
1062             term => undef,
1063             );
1064              
1065             %KinoSearch::Store::LockFactory::make_lock_PARAMS = (
1066             name => undef,
1067             timeout => 0,
1068             interval => 100,
1069             );
1070              
1071             %KinoSearch::Store::LockFactory::make_shared_lock_PARAMS = (
1072             name => undef,
1073             timeout => 0,
1074             interval => 100,
1075             );
1076              
1077             %KinoSearch::Object::BitVector::flip_block_PARAMS = (
1078             offset => undef,
1079             length => undef,
1080             );
1081              
1082             %KinoSearch::Util::PriorityQueue::less_than_PARAMS = (
1083             a => undef,
1084             b => undef,
1085             );
1086              
1087             %KinoSearch::Index::SegLexQueue::less_than_PARAMS = (
1088             a => undef,
1089             b => undef,
1090             );
1091              
1092             %KinoSearch::Search::HitQueue::less_than_PARAMS = (
1093             a => undef,
1094             b => undef,
1095             );
1096              
1097             %KinoSearch::Test::Util::NumPriorityQueue::less_than_PARAMS = (
1098             a => undef,
1099             b => undef,
1100             );
1101              
1102             %KinoSearch::Index::DataWriter::add_inverted_doc_PARAMS = (
1103             inverter => undef,
1104             doc_id => undef,
1105             );
1106              
1107             %KinoSearch::Index::SegWriter::add_inverted_doc_PARAMS = (
1108             inverter => undef,
1109             doc_id => undef,
1110             );
1111              
1112             %KinoSearch::Index::DocWriter::add_inverted_doc_PARAMS = (
1113             inverter => undef,
1114             doc_id => undef,
1115             );
1116              
1117             %KinoSearch::Index::SortWriter::add_inverted_doc_PARAMS = (
1118             inverter => undef,
1119             doc_id => undef,
1120             );
1121              
1122             %KinoSearch::Index::PostingListWriter::add_inverted_doc_PARAMS = (
1123             inverter => undef,
1124             doc_id => undef,
1125             );
1126              
1127             %KinoSearch::Index::HighlightWriter::add_inverted_doc_PARAMS = (
1128             inverter => undef,
1129             doc_id => undef,
1130             );
1131              
1132             %KinoSearch::Index::DataWriter::add_segment_PARAMS = (
1133             reader => undef,
1134             doc_map => undef,
1135             );
1136              
1137             %KinoSearch::Index::LexiconWriter::add_segment_PARAMS = (
1138             reader => undef,
1139             doc_map => undef,
1140             );
1141              
1142             %KinoSearch::Index::SegWriter::add_segment_PARAMS = (
1143             reader => undef,
1144             doc_map => undef,
1145             );
1146              
1147             %KinoSearch::Index::DocWriter::add_segment_PARAMS = (
1148             reader => undef,
1149             doc_map => undef,
1150             );
1151              
1152             %KinoSearch::Index::DefaultDeletionsWriter::add_segment_PARAMS = (
1153             reader => undef,
1154             doc_map => undef,
1155             );
1156              
1157             %KinoSearch::Index::SortWriter::add_segment_PARAMS = (
1158             reader => undef,
1159             doc_map => undef,
1160             );
1161              
1162             %KinoSearch::Index::PostingListWriter::add_segment_PARAMS = (
1163             reader => undef,
1164             doc_map => undef,
1165             );
1166              
1167             %KinoSearch::Index::HighlightWriter::add_segment_PARAMS = (
1168             reader => undef,
1169             doc_map => undef,
1170             );
1171              
1172             %KinoSearch::Index::DataWriter::merge_segment_PARAMS = (
1173             reader => undef,
1174             doc_map => undef,
1175             );
1176              
1177             %KinoSearch::Index::SegWriter::merge_segment_PARAMS = (
1178             reader => undef,
1179             doc_map => undef,
1180             );
1181              
1182             %KinoSearch::Index::DefaultDeletionsWriter::merge_segment_PARAMS = (
1183             reader => undef,
1184             doc_map => undef,
1185             );
1186              
1187             %KinoSearch::Index::SegWriter::register_PARAMS = (
1188             api => undef,
1189             component => undef,
1190             );
1191              
1192             %KinoSearch::Index::DeletionsWriter::delete_by_term_PARAMS = (
1193             field => undef,
1194             term => undef,
1195             );
1196              
1197             %KinoSearch::Index::DefaultDeletionsWriter::delete_by_term_PARAMS = (
1198             field => undef,
1199             term => undef,
1200             );
1201              
1202             %KinoSearch::Index::DeletionsWriter::generate_doc_map_PARAMS = (
1203             deletions => undef,
1204             doc_max => undef,
1205             offset => undef,
1206             );
1207              
1208             %KinoSearch::Plan::Schema::spec_field_PARAMS = (
1209             name => undef,
1210             type => undef,
1211             );
1212              
1213             %KinoSearch::Plan::Schema::write_PARAMS = (
1214             folder => undef,
1215             filename => undef,
1216             );
1217              
1218             %KinoSearch::Search::Searcher::doc_freq_PARAMS = (
1219             field => undef,
1220             term => undef,
1221             );
1222              
1223             %KinoSearch::Search::IndexSearcher::doc_freq_PARAMS = (
1224             field => undef,
1225             term => undef,
1226             );
1227              
1228             %KinoSearch::Search::PolySearcher::doc_freq_PARAMS = (
1229             field => undef,
1230             term => undef,
1231             );
1232              
1233             %KinoSearch::Search::Searcher::hits_PARAMS = (
1234             query => undef,
1235             offset => 0,
1236             num_wanted => 10,
1237             sort_spec => undef,
1238             );
1239              
1240             %KinoSearch::Search::Searcher::collect_PARAMS = (
1241             query => undef,
1242             collector => undef,
1243             );
1244              
1245             %KinoSearch::Search::IndexSearcher::collect_PARAMS = (
1246             query => undef,
1247             collector => undef,
1248             );
1249              
1250             %KinoSearch::Search::PolySearcher::collect_PARAMS = (
1251             query => undef,
1252             collector => undef,
1253             );
1254              
1255             %KinoSearch::Search::Searcher::top_docs_PARAMS = (
1256             query => undef,
1257             num_wanted => undef,
1258             sort_spec => undef,
1259             );
1260              
1261             %KinoSearch::Search::IndexSearcher::top_docs_PARAMS = (
1262             query => undef,
1263             num_wanted => undef,
1264             sort_spec => undef,
1265             );
1266              
1267             %KinoSearch::Search::PolySearcher::top_docs_PARAMS = (
1268             query => undef,
1269             num_wanted => undef,
1270             sort_spec => undef,
1271             );
1272              
1273             %KinoSearch::Object::VArray::excise_PARAMS = (
1274             offset => undef,
1275             length => undef,
1276             );
1277              
1278             %KinoSearch::Search::QueryParser::make_term_query_PARAMS = (
1279             field => undef,
1280             term => undef,
1281             );
1282              
1283             %KinoSearch::Search::QueryParser::make_phrase_query_PARAMS = (
1284             field => undef,
1285             terms => undef,
1286             );
1287              
1288             %KinoSearch::Search::QueryParser::make_req_opt_query_PARAMS = (
1289             required_query => undef,
1290             optional_query => undef,
1291             );
1292              
1293             %KinoSearch::Index::Snapshot::read_file_PARAMS = (
1294             folder => undef,
1295             path => undef,
1296             );
1297              
1298             %KinoSearch::Index::Snapshot::write_file_PARAMS = (
1299             folder => undef,
1300             path => undef,
1301             );
1302              
1303             %KinoSearch::Index::Segment::_store_metadata_PARAMS = (
1304             key => undef,
1305             metadata => undef,
1306             );
1307              
1308             %KinoSearch::Index::IndexManager::recycle_PARAMS = (
1309             reader => undef,
1310             del_writer => undef,
1311             cutoff => undef,
1312             optimize => 0,
1313             );
1314              
1315             %KinoSearch::Index::Indexer::delete_by_term_PARAMS = (
1316             field => undef,
1317             term => undef,
1318             );
1319              
1320              
1321             1;
1322