| clear query|facets|time |
Search criteria: solr.synonymfilterfactory.
Results from 1 to 3 from
3 (0.696s).
|
|
|
Loading phrases to help you refine your search...
|
|
HowToRelease - Solr - [wiki]
|
|
...This page is to help a Solr committer create a new release. It does not reflect official release policy - many of the items may be optional, or may be modified as necessary.
TODO: merge...
|
|
....org/repos/asf/lucene/dev/branches/branch-X.Y -m "Starting Solr X.Y branch."
Check out the branch: svn co https://svn.apache.org/repos/asf/lucene/dev/branches/branch-X.Y
Note: at the moment releases need to be done on a unix box...
|
[+ show more]
[- hide]
| ... release and X.Y.N is the next release):
version should be set to X.Y.N-SNAPSHOT.
the luceneMatchVersion param in example solrconfig.xml files should be up to date, to see a list run:
solr... |
| ... building the final artifacts - see Website Changes
Note: 3 +1 Lucene PMC votes are technically needed for a release, although Solr considers all votes equally (see voting).
Example from 3... |
| ...://svn.apache.org/repos/asf/lucene/dev/branches/branch-X.Y \
https://svn.apache.org/repos/asf/lucene/dev/tags/release-X.Y.M -m "Solr X.Y.M release."
Distribute the release: Copy release... |
|
|
http://wiki.apache.org/solr/HowToRelease
Author: RobertMuir,
2013-04-09, 13:55
|
|
|
HowToRelease_SampleAnnouncement - Solr - [wiki]
|
|
...
Sample Announcement
Back To HowToRelease
Apache Solr 1.4 has been released and is now available for public download!
http://www.apache.org/dyn/closer.cgi/lucene/solr/
Solr...
|
|
...
clustering, database integration, and rich document (e.g., Word, PDF)
handling. Solr is highly scalable, providing distributed search and
index replication, and it powers the search and navigation...
|
[+ show more]
[- hide]
| ... features of
many of the world's largest internet sites.
Solr is written in Java and runs as a standalone full-text search server
within a servlet container such as Tomcat. Solr uses the Lucene... |
| ... Java
search library at its core for full-text indexing and search, and has
REST-like HTTP/XML and JSON APIs that make it easy to use from virtually
any programming language. Solr's powerful... |
| ... Solr 1.4 features include:
- Major performance enhancements in indexing, searching, and faceting
- Revamped all-Java index replication that's simple to configure and
can replicate config... |
|
|
http://wiki.apache.org/solr/HowToRelease_SampleAnnouncement
Author: RobertMuir,
2011-03-06, 12:03
|
|
|
UnicodeCollation - Solr - [wiki]
|
|
...
Unicode Collation
Solr3.1
Overview
Unicode Collation is a method to sort text in a language-sensitive way. It is primarily intended for sorting, but can also be used for advanced...
|
|
... search purposes.
Unicode Collation in Solr is fast, all the work is done at index time. The way it works is that instead of just using a KeywordTokenizerFactory to create a sort field, you use...
|
[+ show more]
[- hide]
| ...="collatedGERMAN" class="solr.TextField">
<analyzer>
<tokenizer class="solr.KeywordTokenizerFactory"/>
<filter class="solr.CollationKeyFilterFactory"
language... |
| ... than the standard Solr sort.
<fieldType name="collatedROOT" class="solr.TextField">
<analyzer>
<tokenizer class="solr.KeywordTokenizerFactory"/>
<filter class="solr... |
| ...Rules = tailoredCollator.getRules();
// write these to a file, be sure to use UTF-8 encoding!!!
IOUtils.write(tailoredRules, new FileOutputStream("/solr_home/conf/customRules.dat"), "UTF-8... |
|
|
http://wiki.apache.org/solr/UnicodeCollation
Author: RobertMuir,
2011-03-03, 03:23
|
|
|
|
|
|
|