Apache-Solr

 view release on metacpan or  search on metacpan

lib/Apache/Solr/Tables.pm  view on Meta::CPAN

# This code is part of Perl distribution Apache-Solr version 1.12.
# The POD got stripped from this file by OODoc version 3.06.
# For contributors see file ChangeLog.

# This software is copyright (c) 2012-2026 by Mark Overmeer.

# This is free software; you can redistribute it and/or modify it under
# the same terms as the Perl 5 programming language system itself.
# SPDX-License-Identifier: Artistic-1.0-Perl OR GPL-1.0-or-later


package Apache::Solr::Tables;{
our $VERSION = '1.12';
}

use base 'Exporter';

use strict;
use warnings;

our @EXPORT = qw/%boolparams %introduced %deprecated/;

# Boolean parameters update to Solr 9.8 syntax.
# %introduced and %deprecated tables probally incomplete.

our %boolparams = map +($_ => 1), qw/
allTermsRequired
boost
buildOnCommit
buildOnOptimize
buildOnStartup
canCancel
captureAttr
clustering
clustering.collection
clustering.includeOtherTopics
clustering.results
collectElevatedDocsWhenCollapsing
commit
debug
debug.explain.structured
docValues
echoHandler
elevateOnlyDocsMatchingQuery
enableElevation
exactMatchFirst
exclusive
expand
expand.nullGroup
exactMatchFirst
extractOnly
facet
facet.contains.ignoreCase
facet.date.hardend
facet.exists
facet.missing
facet.range.hardend
facet.zeros
forceElevation
group
group.facet
group.main
group.ngroups
group.truncate
hardend
highlight
hl
hl.defaultSummary
hl.fragsizeIsMinimum
hl.highlightAlternate
hl.highlightMultiTerm
hl.mergeContiguous
hl.payloads
hl.preserveMulti
hl.requireFieldMatch
hl.useFastVectorHighlighter
hl.usePhraseHighlighter
hl.weightMatches
ignoreStopwords
indent
literalsOverride
lowernames
markExcludes
matchText
mlt
mlt.boost
mlt.match.include
multiThreaded
omitHeader
overwrite
partialResults
preserveSep
preservePositionIncrements
segmentTerminateEarly
skipAltTokens
solr.alwaysOnTraceId
solr.disableRequestId
spellcheck
spellcheck.build
spellcheck.collate
spellcheck.collateExtendedResults
spellcheck.extendResults
spellcheck.onlyMorePopular
spellcheck.reload
stats
suggest
suggest.build
suggest.buildAll
suggest.reload



( run in 1.376 second using v1.01-cache-2.11-cpan-9169edd2b0e )