Apache-Solr
view release on metacpan or search on metacpan
lib/Apache/Solr/Tables.pm view on Meta::CPAN
terms.upper.incl
transpositions
tv
tv.all
tv.df
tv.offsets
tv.payloads
tv.positions
tv.tf
tv.tf_idf
unicodeAware
useConfiguredElevatedOrder
xmlOffsetAdjust
/;
our %introduced = qw/
carrot.fragSize 3.1
carrot.lang 3.6
carrot.lexicalResourcesDir 3.2
carrot.produceSummary 3.6
carrot.resourcesDir 4.5
t/30result.t view on Meta::CPAN
my $f4 = <<'_RESULT4';
<?xml version="1.0" encoding="UTF-8"?>
<response>
<responseHeader><status>0</status><QTime>3</QTime></responseHeader>
<result numFound="1" start="0">
<doc>
<arr name="cat"><str>software</str><str>search</str></arr>
<arr name="features"><str>Advanced Full-Text Search Capabilities using Lucene</str><str>Optimizied for High Volume Web Traffic</str><str>Standards Based Open Interfaces - XML and HTTP</str>
<str>Comprehensive HTML Administration Interfaces</str><str>Scalability - Efficient Replication to other Solr Search Servers</str><str>Flexible and Adaptable with XML configuration and Schema</str><str>Good unicode support: héllo (hello with...
<str name="id">SOLR1000</str>
<bool name="inStock">true</bool>
<str name="manu">Apache Software Foundation</str>
<str name="name">Solr, the Enterprise Search Server</str>
<int name="popularity">10</int>
<float name="price">0.0</float>
<str name="sku">SOLR1000</str>
</doc>
</result>
t/30result.t view on Meta::CPAN
numFound => '1',
doc => {
sku => 'SOLR1000',
features => [
'Advanced Full-Text Search Capabilities using Lucene',
'Optimizied for High Volume Web Traffic',
'Standards Based Open Interfaces - XML and HTTP',
'Comprehensive HTML Administration Interfaces',
'Scalability - Efficient Replication to other Solr Search Servers',
'Flexible and Adaptable with XML configuration and Schema',
"Good unicode support: h\x{e9}llo (hello with an accent over the e)"
],
name => 'Solr, the Enterprise Search Server',
manu => 'Apache Software Foundation',
cat => [ 'software', 'search' ],
popularity => '10',
price => '0.0',
id => 'SOLR1000',
inStock => 1
},
start => '0'
( run in 0.311 second using v1.01-cache-2.11-cpan-88abd93f124 )