| clear query|facets|time |
Search criteria: schema.html.
Results from 91 to 100 from
48348 (0.527s).
|
|
|
Loading phrases to help you refine your search...
|
|
ZooKeeperIntegration - Solr - [wiki]
|
|
...="master">
<str name="replicateAfter">commit</str>
<str name="confFiles">schema.xml,stopwords.txt,synonyms.txt</str>
</lst>
<lst name="slave">
<...
|
|
|
http://wiki.apache.org/solr/ZooKeeperIntegration
Author: ErickErickson,
2012-11-14, 21:12
|
|
|
SimpleTextCodecExample - Solr - [wiki]
|
|
...Factory when Solr starts
Modify your schema.xml file
Add a new fieldType using the SimpleTextCodec
Use the new fieldType in some fields
Setup
You'll need Apache Ant and Apache...
|
|
... jar
Modify the solronfig.xml file
Modify your schema.xml file
Get the source code
Just follow the instructions at: How To Contribute. The short form is to execute the following comand...
|
[+ show more]
[- hide]
| ...;codecFactory name="CodecFactory" class="solr.SchemaCodecFactory" />
Modify your schema.xml file
This file is located in SOLR_CODE/solr/example/solr/collection1/conf
Whew! all that is preliminary... |
|
|
http://wiki.apache.org/solr/SimpleTextCodecExample
Author: ErickErickson,
2012-10-20, 16:56
|
|
|
Join - Solr - [wiki]
|
|
... on SOLR-2502
Follow the Tutorial at http://lucene.apache.org/solr/tutorial.html to get setup
Point your browser at http://localhost:8983/solr/browse?&queryOpts=join
Fill in your query...
|
|
|
http://wiki.apache.org/solr/Join
Author: JoelNothman,
2012-11-11, 02:17
|
|
|
Solr4.0 - Solr - [wiki]
|
|
...
Solr 4.0
Solr 4.0-ALPHA was released on 3 Jul 2012 Solr 4.0-BETA was released on 14 Aug 2012 Solr 4.0 GA was released on 12 Oct 2012
See http://lucene.apache.org/solr/solrnews.html...
|
|
... search
and indexing,
and powers the search and navigation features of many of the world's
largest internet sites.
Solr 4.0-alpha is available for immediate download at:
http://lucene.apache.org/solr/mirrors-solr-latest-redir.html...
|
[+ show more]
[- hide]
| ... there
is a critical bug (e.g. that would cause index corruption) that would
prevent this.
Please report any feedback to the mailing lists
(http://lucene.apache.org/solr/discussion.html)
Happy searching... |
|
|
http://wiki.apache.org/solr/Solr4.0
Author: ErickErickson,
2012-10-18, 13:03
|
|
|
OpenNLP - Solr - [wiki]
|
|
... core requires schema types for the OpenNLP Tokenizer & Filter, and also requires "real" model files. The distribution includes a schema.xml file in solr...
|
|
... test collection schema.xml, and download "real" models for testing. Also, you may have to add the OpenNLP lib directory to your solr/lib or solr/cores/collection/lib directory. The text types...
|
[+ show more]
[- hide]
| ... without any Exceptions. At this point, go to the Schema analyzer, pick the 'text_opennlp_pos' field type, and post a sentence or two to the analyzer. You should get text tokenized with payloads... |
| ... 'bin/trainall.sh' to populate solr/contrib/opennlp/src/test-files/opennlp/solr/conf/opennlp with the test models. The schema.xml in that conf/ directory uses those models for running the unit... |
|
|
http://wiki.apache.org/solr/OpenNLP
Author: KojiSekiguchi,
2012-09-24, 13:33
|
|
|
TaskList - Solr - [wiki]
|
|
...
result XML format - needed, or self-explanatory?
Java Docs good overview.html
package.html for every package
class level documentation for every class
detailed method javadocs for every...
|
|
...Type ... in progress
SchemaField
SolrQueryParser Configuration in schema.xml
make more options configurable via schema.xml besides operator (discussion)
refactor option setting into a utility...
|
[+ show more]
[- hide]
| ... (possibly in IndexSchema) so people constructing a SolrQueryParser instance directly get the built in defaults. (discussion)
Live demo server or application (perhaps host on apache lucene zone... |
| ... multiple files for each of the core configuration files: solrconfig.xml, schema.xml and solr.xml. Find and load all of these files dynamically, and allow all to contribute configuration information... |
|
|
http://wiki.apache.org/solr/TaskList
Author: LanceXNorskog,
2012-06-06, 10:03
|
|
|
DataImportHandlerFaq - Solr - [wiki]
|
|
... of field ?
A few reasons
A field declaration is optional because it can be implicit if it is present in the schema
A Transformer can act on multiple fields . Or it can even do nothing...
|
|
... such a function
Note that "convertType" attribute uses the target schema field's type name to convert the value returned by the result set. Therefore, any transformers being used on the entity should...
|
|
|
http://wiki.apache.org/solr/DataImportHandlerFaq
Author: DanielLoNigro,
2012-10-02, 01:11
|
|
|
Payloads - Solr - [wiki]
|
|
... tagging.
Term boosting with Payloads
Imagine the following use cases:
You index a large HTML page in your body field, but want to boost words in headings and with boldface
You want...
|
|
... higher in your results, even if everything is lowercased both on index and query side. And even if HTML markup is lost after parsing, your parser would already have tagged the titles and boldface...
|
|
|
http://wiki.apache.org/solr/Payloads
Author: BradfordDabbs,
2012-09-24, 16:10
|
|
|
DIHCustomTransformer - Solr - [wiki]
|
|
..., you have a single-valued field named "artistName" in your schema which is of type="string" which you want to facet upon and therefore no index-time analysis should be done on this field...
|
|
|
http://wiki.apache.org/solr/DIHCustomTransformer
Author: Maurizio Cucchiara,
2012-10-02, 10:29
|
|
|
UsingMailingLists - Solr - [wiki]
|
|
... searchable archive at: http://old.nabble.com/Solr-f14479.html. Lucid Imagination and Sematext also maintain SOLR-powered archives at: http://www.lucidimagination.com/search/ and http...
|
|
... itself, are "analysis" and "schema browser". Take some time to get familiar with the admin page, it'll provide you a wealth of information.
Find your SOLR log file. This will be located in our...
|
[+ show more]
[- hide]
| ... above.
The definitions from your schema file for the relevant fields, or from your config file.
Sample data that you're trying to index.
The commands you used to try to index.
Any output... |
| ...Params=all&debugQuery=on to the URL you fire at SOLR.
The definitions from your schema file for the relevant fields, and the requestHandler configuration from your solrconfig.xml
Any log information that looks relevant... |
|
|
http://wiki.apache.org/solr/UsingMailingLists
Author: ErickErickson,
2012-06-25, 17:50
|
|
|
|