[TYPO3-Solr] Setting multilanguage for solr
Olivier Dobberkau
olivier.dobberkau at dkd.de
Tue Apr 26 17:50:25 CEST 2011
Am 26.04.11 17:00, schrieb Nikolay Orlenko:
> But it does not work with solrconfig.xaml
> from/opt/solr-tomcat/solr/conf/ folder. I can see only one core
> ...:8080/solr/ admin panel. And it is brocken. What kind of parameters
> are responsible for this issue in solrconfig.xml?
this is how my folders look like:
├── solr.xml
├── typo3cores
│ ├── conf
│ │ ├── admin-extra.html
│ │ ├── chinese
│ │ │ ├── protwords.txt
│ │ │ ├── schema.xml
│ │ │ ├── stopwords.txt
│ │ │ └── synonyms.txt
│ │ ├── danish
│ │ │ ├── protwords.txt
│ │ │ ├── schema.xml
│ │ │ ├── stopwords.txt
│ │ │ └── synonyms.txt
│ │ ├── dutch
│ │ │ ├── protwords.txt
│ │ │ ├── schema.xml
│ │ │ ├── stopwords.txt
│ │ │ └── synonyms.txt
│ │ ├── elevate.xml
│ │ ├── english
│ │ │ ├── protwords.txt
│ │ │ ├── schema.xml
│ │ │ ├── stopwords.txt
│ │ │ └── synonyms.txt
│ │ ├── french
│ │ │ ├── protwords.txt
│ │ │ ├── schema.xml
│ │ │ ├── stopwords.txt
│ │ │ └── synonyms.txt
│ │ ├── general_schema_fields.xml
│ │ ├── general_schema_types.xml
│ │ ├── german
│ │ │ ├── protwords.txt
│ │ │ ├── schema.xml
│ │ │ ├── stopwords.txt
│ │ │ └── synonyms.txt
│ │ ├── hungarian
│ │ │ ├── protwords.txt
│ │ │ ├── schema.xml
│ │ │ ├── stopwords.txt
│ │ │ └── synonyms.txt
│ │ ├── italian
│ │ │ ├── protwords.txt
│ │ │ ├── schema.xml
│ │ │ ├── stopwords.txt
│ │ │ └── synonyms.txt
│ │ ├── mapping-ISOLatin1Accent.txt
│ │ ├── polish
│ │ │ ├── protwords.txt
│ │ │ ├── schema.xml
│ │ │ ├── stopwords.txt
│ │ │ └── synonyms.txt
│ │ ├── russian
│ │ │ ├── protwords.txt
│ │ │ ├── schema.xml
│ │ │ ├── stopwords.txt
│ │ │ └── synonyms.txt
│ │ ├── solrconfig.xml
│ │ ├── spanish
│ │ │ ├── protwords.txt
│ │ │ ├── schema.xml
│ │ │ ├── stopwords.txt
│ │ │ └── synonyms.txt
│ │ └── xslt
│ │ ├── example.xsl
│ │ ├── example_atom.xsl
│ │ ├── example_rss.xsl
│ │ └── luke.xsl
│ └── data
│ ├── core_de
│ │ ├── index
│ │ │ ├── segments.gen
│ │ │ └── segments_1
│ │ └── spellchecker1
│ │ ├── segments.gen
│ │ └── segments_1
│ └── core_en
│ ├── index
│ │ ├── segments.gen
│ │ └── segments_1
│ └── spellchecker1
│ ├── segments.gen
│ └── segments_1
└── typo3lib
└── typo3-accessfilter-1.1.0.jar
i can put it on a dropbox if you like.
olivier
More information about the TYPO3-project-solr
mailing list