| clear query|facets|time |
Search criteria: schema.html.
Results from 1 to 10 from
49215 (0.982s).
|
|
|
Loading phrases to help you refine your search...
|
|
schema-browser.html - Solr - [source code]
|
|
....
-->
:
Because your Index is empty, we have not enough Information about this Field
Field-Type:
Similarity:
Properties:
Schema...
|
|
|
|
|
|
[TIKA-528] Reuse tagsoup HtmlSchema instance across HtmlParsers (performance improvement) - Tika - [issue]
|
|
...While parsing a set of small HTML files (email messages), I noticed using a profiler that about a third of the time was being spent in the construction of tagsoup's HTMLSchema class.
Since...
|
|
|
http://issues.apache.org/jira/browse/TIKA-528
Author: Bruno Dumon,
2011-03-09, 18:22
|
|
|
SchemaRESTAPI - Solr - [wiki]
|
|
...
Schema REST API
Contents
Schema REST API
Reading schema information
Query params
Adding fields to a schema
Reading schema information
Solr 4.2
The Solr schema REST API...
|
|
... provides information about the schema used by Solr cores and collections.
To query a schema for a particular core or collection, add the core or collection name after the context path (usually...
|
[+ show more]
[- hide]
| ... '/solr/'). E.g. to get all field declarations for collection1: http://localhost:8983/solr/collection1/schema/fields
Supported requests (URLs are for single/default core):
Schema component... |
| ... requests
wt, indent
?wt=json&indent=on
All (entire schema) ( Solr 4.3)
GET
http... |
| ...://localhost:8983/solr/schema
wt=json or wt=xml or wt=schema.xml
Fields
GET... |
|
|
http://wiki.apache.org/solr/SchemaRESTAPI
Author: SteveRowe,
2013-06-04, 15:08
|
|
|
SchemaXml - Solr - [wiki]
|
|
...The schema.xml file contains all of the details about which fields your documents can contain, and how those fields should be dealt with when adding documents to the index, or when querying...
|
|
...3.6 Solr4.0
A sample Solr schema.xml with detailed comments can be found in the Source Repository.
Contents
Data Types
Fields
Recommended fields
Common field options
Dynamic...
|
[+ show more]
[- hide]
| ...
Similarity
Poly Field Types
Schema version attribute in the root node
TODO
Data Types
The <types> section allows you to define a list of <fieldtype> declarations you wish... |
| ... to use in your schema, along with the underlying Solr class that should be used for that type, as well as the default options you want for fields that use that type.
Any subclass of Field... |
| ...TermFreqAndPositions=true|false Solr1.4
omitPositions=true|false Solr3.4
positionIncrementGap=N
autoGeneratePhraseQueries=true|false (in schema version 1.4 and later this now defaults to false)
postings... |
|
|
http://wiki.apache.org/solr/SchemaXml
Author: AndyLester,
2013-05-14, 20:02
|
|
|
Import Data Schemas - OpenRelevance - [wiki]
|
|
.../editpage.action?pageId=23337989"> Edit Page &nb...
|
|
|
http://cwiki.apache.org/ORP/import-data-schemas.html
|
|
|
SolrCloud - Solr - [wiki]
|
|
...Admin
Distributed Requests
Required Config
schema.xml
solrconfig.xml
solr.xml
Re-sizing a Cluster
Near Realtime Search
Parameter Reference
Cluster Params
SolrCloud Instance Params
Solr...
|
|
... 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]
| ... with Solr. The following is what you need to add if you are migrating old config files, or what you should not remove if you are starting with new config files.
schema.xml
You must have... |
| ...://zookeeper.apache.org/doc/r3.3.6/zookeeperProgrammers.html#ch_zkSessions
An optional "chroot" suffix may also be appended to the connection string. This will run the client commands while interpreting all paths... |
|
|
http://wiki.apache.org/solr/SolrCloud
Author: Mark Miller,
2013-06-14, 21:00
|
|
|
SolrConfigXml - Solr - [wiki]
|
|
....
codecFactory
Solr4.0 Codec factories allow your schema to use custom codecs. For example, if you want to define per-field postings and/or DocValues formats, you can use the built-in Schema...
|
|
...CodecFactory:
<codecFactory name="CodecFactory" class="solr.SchemaCodecFactory" />
Please note that there are some limitations and core reloading might not work as expected when custom codec factories...
|
[+ show more]
[- hide]
| ... -->
<formatter name="html" class="org.apache.solr.highlight.HtmlFormatter" default="true">
<lst name="defaults">
<str name="hl.simple.pre">... |
| ...;defaultQuery>solr</defaultQuery>
<gettableFiles>
solrconfig.xml
schema.xml
</gettableFiles>
<pingQuery>q=solr&version=2.0&start=0&rows=0<... |
| ...;str name="confFiles">schema.xml,stopwords.txt</str>
</lst>
</requestHandler>
Notes:
The included XML file must be valid self-contained XML with a single root node... |
|
|
http://wiki.apache.org/solr/SolrConfigXml
Author: SteveRowe,
2013-05-31, 17:29
|
|
|
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 do 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: ShawnHeisey,
2013-05-22, 18:30
|
|
|
ConfiguringSolr - Solr - [wiki]
|
|
... is configured using three main files...
solr.xml - Solr.xml 4.4 and beyond or Solr.xml (supported through 4.x)
solrconfig.xml - SolrConfigXml
schema.xml - SchemaXml
The central directory...
|
|
... is changed in solrconfig.xml, conf/schema.xml will be used to load the schema.
ConfiguringSolr...
|
|
|
http://wiki.apache.org/solr/ConfiguringSolr
Author: ShawnHeisey,
2013-05-21, 15:18
|
|
|
ReleaseTodo - Lucene - Lucene - [wiki]
|
|
... -Dgpg.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...
|
|
...://lucene.apache.org) before doing the next steps (see http://www.apache.org/dev/project-site.html for details on how the site is mirrored to Apache's main web servers). Once they appear, verify all links are correct...
|
|
|
http://wiki.apache.org/lucene-java/ReleaseTodo
Author: ShalinMangar,
2013-06-16, 03:40
|
|
|
|