| clear query|facets|time |
Search criteria: schema.html.
Results from 21 to 30 from
48272 (0.466s).
|
|
|
Loading phrases to help you refine your search...
|
|
SpellCheckComponent - Solr - [wiki]
|
|
... checking,
analyzer for the field's type as defined in schema.xml are used
-->
<str name="field">spell</str>
<!-- Optional, by default use in-memory index...
|
|
|
http://wiki.apache.org/solr/SpellCheckComponent
Author: AndyLester,
2013-05-06, 20:07
|
|
|
SolrReplication - Solr - [wiki]
|
|
...;str name="confFiles">schema.xml,stopwords.txt,elevate.xml</str>
<!--The default value of reservation is 10 secs.See the documentation below . Normally , you should not need...
|
|
...="/replication" class="solr.ReplicationHandler">
<lst name="master">
<str name="replicateAfter">commit</str>
<str name="confFiles">schema...
|
[+ show more]
[- hide]
| ...="enable">${enable.master:false}</str>
<str name="replicateAfter">commit</str>
<str name="confFiles">schema.xml,stopwords.txt</str>
</lst>
<lst name="slave">
<str name... |
| ...="replicateAfter">commit</str>
<str name="confFiles">schema.xml,mapping-ISOLatin1Accent.txt,protwords.txt,stopwords.txt,synonyms.txt,elevate.xml</str>
</lst>
</requestHandler>
And slave just needs... |
| ....
Unlike the index files, where the timestamp is good enough to figure out if they are identical, conf files are compared against their checksum. The schema.xml files (on master and slave) are same... |
|
|
http://wiki.apache.org/solr/SolrReplication
Author: EricPugh,
2013-04-23, 21:21
|
|
|
Random Forests - Apache Mahout - Apache Software Foundation - Mahout - [wiki]
|
|
.../282, Ghent University,
Faculty of Economics and Business Administration.
Available online : http://ideas.repec.org/p/rug/rugwps/04-282.html
[3] Decision Trees - Andrew W. Moore[4...
|
|
|
https://cwiki.apache.org/confluence/display/MAHOUT/Random+Forests
Author: jielunyixia,
2013-05-01, 00:00
|
|
|
SolrTerminology - Solr - [wiki]
|
|
... configuration (SolrConfigXml, SchemaXml, etc...). A single Solr application can contain 0 or more cores which are run largely in isolation but can communicate with each other if necessary via the Core...
|
|
|
http://wiki.apache.org/solr/SolrTerminology
Author: HossMan,
2013-04-24, 20:05
|
|
|
IndexMetatags - Nutch - [wiki]
|
|
...
Nutch - Parse Metatags
Summary: When crawling HTML pages, it might be necessary to retrieve information which is stored in HTML Meta tags. This tutorial shows how to install the plugin...
|
|
...;name>plugin.includes</name>
<value>protocol-http|urlfilter-regex|parse-(html|tika|metatags)|index-(basic|anchor|metadata)|scoring-opic|urlnormalizer-(pass|regex|basic)</value>
</property>
In the file...
|
|
|
http://wiki.apache.org/nutch/IndexMetatags
Author: kiranchitturi,
2013-03-21, 22:13
|
|
|
FAQ - Solr - [wiki]
|
|
... did Solr come from?
Is Solr Stable? Is it "Production Quality?"
Is Solr Schema-less
Using
Do my applications have to be written in Java to use Solr?
What are the Requirements...
|
|
.../files/format ?
I POSTed some documents, why don't they show up when I search?
How can I delete all documents from my index?
How can I rebuild my index from scratch if I change my schema?
How can I...
|
[+ show more]
[- hide]
| ... is a stand alone enterprise search server which applications communicate with using XML and HTTP to index documents, or execute searches. Solr supports a rich schema specification that allows... |
| ... search applications on several high traffic publicly accessible websites.
Is Solr Schema-less
Yes, in the ways that count. Solr does have a schema to define types, but it's a "free" schema... |
| ... to clear out the index as necessary.
How can I rebuild my index from scratch if I change my schema?
Use the "match all docs" query in a delete by query command before shutting down Solr: <... |
|
|
http://wiki.apache.org/solr/FAQ
Author: HossMan,
2013-03-28, 17:01
|
|
|
Monthly Progress - Apache Mahout - Apache Software Foundation - Mahout - [wiki]
|
|
... May 2013
(template taken from http://community.apache.org/boardreport.html )
Apache Mahout has implementations of a wide range of machine learning and data mining algorithms: clustering...
|
|
|
https://cwiki.apache.org/confluence/display/MAHOUT/Monthly+Progress
Author: Isabel Drost-Fromm,
2013-04-29, 00:00
|
|
|
LotsOfCores - Solr - [wiki]
|
|
....
The requirements of such a system are:
Very efficient loading of cores - Solr cannot afford to read and parse and create Schema, SolrConfig objects for each core every time the core has to be loaded...
|
|
... option (part of SOLR-1028)
SOLR-920 - Cache and reuse IndexSchema
SOLR-921 - SolrResourceLoader must cache short name vs fully qualified name
SOLR-943 - Make it possible to specify data...
|
[+ show more]
[- hide]
| ....apache.solr.handler.admin.LotsOfCoresAdminHandler"
shareSchema="true"
shareConfig="true">
<core name="core0" instanceDir="/opt/solr" loadOnStartup="false" transient="true"/>
</cores>
</solr>
Persistence... |
| ... defaults? I.e. STOP would never delete the index.
shareSchema - Ensures that only one instance of IndexSchema is created in the Solr. Given the recent additions that allow one to specify... |
| ... a schema file on a per-core basis, does this make sense any more?
shareConfig - Ensures that only one instance of SolrConfig is created in the Solr. Given the recent additions that allow one... |
|
|
http://wiki.apache.org/solr/LotsOfCores
Author: ErickErickson,
2013-04-14, 15:35
|
|
|
FileBasedSpellChecker - Solr - [wiki]
|
|
... to a valid field name in your schema.xml file.
If you're going to define more than one instance of FileBasedSpellChecker, for example to have two different lists of terms e.g. medical terms...
|
|
|
http://wiki.apache.org/solr/FileBasedSpellChecker
Author: MarkBennett,
2013-04-18, 20:30
|
|
|
PreAnalyzedUpdateProcessorFactory - Solr - [wiki]
|
|
... as in FieldMutatingUpdateProcessorFactory. They are then checked whether they follow a pre-analyzed format defined by parser. Valid fields are then parsed. The original SchemaField is used...
|
|
... to be indexed.
Fields that are declared in the patterns list but are not present in the current schema will be removed from the input document.
Implementation details
This update processor uses Pre...
|
[+ show more]
[- hide]
| ...AnalyzedParser to parse the original field content (interpreted as a string value), and thus obtain the stored part and the token stream part. Then it creates the "template" Field-s using the original Schema... |
| ...Field.createFields(Object, float) as declared in the current schema. Finally it sets the pre-analyzed parts if available (string value and the token stream value) on the first field of these "template" fields... |
| ... that uses the json parser (JsonPreAnalyzedParser). Field "nonexistent" will be removed from input documents if not present in the schema. Other fields will be analyzed and if valid... |
|
|
http://wiki.apache.org/solr/PreAnalyzedUpdateProcessorFactory
Author: AndrzejBialecki,
2013-04-05, 10:01
|
|
|
|