| clear query|facets|time |
Search criteria: schema.html.
Results from 11 to 20 from
48387 (0.506s).
|
|
|
Loading phrases to help you refine your search...
|
|
UpdateXmlMessages - Solr - [wiki]
|
|
...). Here is the XML syntax that Solr expects to see:
Contents
XML Messages for Updating a Solr Index
The Update Schema
add/replace documents
Optional attributes for "add"
Optional...
|
|
...
The Update Schema
(Not to be confused with schema.xml.)
add/replace documents
Simple Example:
<add>
<doc>
<field name="employeeId">05991</field>
<...
|
[+ show more]
[- hide]
| ... sure norms are enabled (omitNorms="false" in the schema.xml) for any fields where the index-time boost should be stored.
Examples of adding docs with various optional attributes
Example... |
| ... of the uniqueKey field declared in the schema (in these examples, employeeId).
Delete by query deletes all the documents that match the specified query.
Example:
<delete><id>05991<... |
|
|
http://wiki.apache.org/solr/UpdateXmlMessages
Author: HossMan,
2013-05-22, 19:53
|
|
|
SolrMonitoring - Solr - [wiki]
|
|
...
Solr Monitoring
To monitor Solr start by enabling JMX (see SolrJmx).
Tools & Services
SPM for Solr
SPM for Solr from Sematext (http://sematext.com/spm/solr-performance-monitoring/index.html...
|
|
|
http://wiki.apache.org/solr/SolrMonitoring
Author: OtisGospodnetic,
2013-05-22, 06:36
|
|
|
SolrCloud - Solr - [wiki]
|
|
...
Required Config
schema.xml
solrconfig.xml
solr.xml
Re-sizing a Cluster
Near Realtime Search
Parameter Reference
Cluster Params
SolrCloud Instance Params
SolrCloud Instance Zoo...
|
|
... Started
Download Solr 4-Beta or greater: http://lucene.apache.org/solr/downloads.html
If you haven't yet, go through the simple Solr Tutorial to familiarize yourself with Solr. Note: reset all...
|
[+ show more]
[- hide]
| ... files.
schema.xml
You must have a _version_ field defined:
<field name="_version_" type="long" indexed="true" stored="true" multiValued="false"/>
solrconfig.xml
You must have... |
| ... you can use Zookeeper's "chroot" option. From Zookeeper's documentation: http://zookeeper.apache.org/doc/r3.3.6/zookeeperProgrammers.html#ch_zkSessions
An optional "chroot" suffix may also... |
|
|
http://wiki.apache.org/solr/SolrCloud
Author: HossMan,
2013-05-14, 16:33
|
|
|
AnalyzersTokenizersTokenFilters - Solr - [wiki]
|
|
... in the fields. For example — removing blank spaces, removing html code, stemming, removing a particular character and replacing it with another. At indexing time as well as at query time you may need...
|
|
... Analysis code as a Plugin.
Analyzers, per field type, are configured in the Solr Schema.
For a more complete list of what Tokenizers and TokenFilters come out of the box, please consult...
|
[+ show more]
[- hide]
| ... in the schema
When To use a CharFilter vs a TokenFilter
Notes On Specific Factories
CharFilterFactories
solr.MappingCharFilterFactory
solr.PatternReplaceCharFilterFactory
solr... |
| ... that add, change, or remove tokens. The field is then indexed by the resulting token stream.
Specifying an Analyzer in the schema
A Solr schema.xml file allows two methods for specifying... |
| ... the way a text field is analyzed. (Normally only field types of solr.TextField will have Analyzers explicitly specified in the schema):
Specifying the class name of an Analyzer — This can... |
|
|
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters
Author: MarkBennett,
2013-04-28, 04:41
|
|
|
ReleaseTodo - Lucene - Lucene - [wiki]
|
|
....key=XXXXXX later for signing. Make sure it is your 4K-bit key and not a 1K-bit key (esp. for ASF old timers). See http://www.apache.org/dev/release-signing.html for more information.
You may need...
|
|
... the publish link.
Wait for these changes to appear on Apache's main webserver (http://lucene.apache.org) before doing the next steps (see http://www.apache.org/dev/project-site.html for details...
|
|
|
http://wiki.apache.org/lucene-java/ReleaseTodo
Author: JanHoydahl,
2013-05-22, 10:38
|
|
|
How to Write an Authority Connector - Apache Connectors Framework - Apache Software Foundation - ManifoldCF - [wiki]
|
|
... been deprecated!
Go to http://manifoldcf.apache.org/en_US/release/trunk/en_US/writing-authority-connectors.html instead....
|
|
|
http://cwiki.apache.org/confluence/displ.../How+to+Write+an+Authority+Connector
Author: Karl Wright,
2013-04-29, 00:00
|
|
|
How to Write an Output Connector - Apache Connectors Framework - Apache Software Foundation - ManifoldCF - [wiki]
|
|
... been deprecated!
Go to http://manifoldcf.apache.org/release/trunk/en_US/writing-output-connectors.html instead....
|
|
|
http://cwiki.apache.org/confluence/display/.../How+to+Write+an+Output+Connector
Author: Karl Wright,
2013-04-29, 00:00
|
|
|
How to Write a Repository Connector - Apache Connectors Framework - Apache Software Foundation - ManifoldCF - [wiki]
|
|
... been deprecated!
Go to http://manifoldcf.apache.org/release/trunk/en_US/writing-repository-connectors.html instead....
|
|
|
http://cwiki.apache.org/confluence/displ.../How+to+Write+a+Repository+Connector
Author: Karl Wright,
2013-04-29, 00:00
|
|
|
Solrj - Solr - [wiki]
|
|
... );
Fields "id","name" and "price" are already included in Solr installation, you must add your new custom fields in SchemaXml.
Create a collection of documents
Collection...
|
|
|
http://wiki.apache.org/solr/Solrj
Author: ShawnHeisey,
2013-05-16, 22:01
|
|
|
SimpleFacetParameters - Solr - [wiki]
|
|
...)
[x] PDF (96)
[ ] Excel(11)
[ ] HTML (63)
To return counts for doctype values that are currently not selected, tag filters that directly constrain doctype, and exclude those filters when...
|
|
|
http://wiki.apache.org/solr/SimpleFacetParameters
Author: HossMan,
2013-05-13, 22:15
|
|
|
|