Vinci wrote:
Hi all,

I am new to Solr and just make the Solr (3-8-nightly) run on the machine.
I want the System to be more portable so I want to use the jetty Solr in
example...before I tried to index the documents, I would like to ask some
question:
1. Do I need to pay special attention when I dealing with query in utf-8
non-English character?
2. Does the jetty version have something like "cached page" so I can view my
document retrieved?
3. If I want to use my Tokenizer that available in lucence sandbox and do my
own XSL transformation, which article I can reference to?
4. The dedup (de-duplication) is purely my own task?
Also, any introductory reference are welcome.


the best way to get started is to follow the tutorial:
http://lucene.apache.org/solr/tutorial.html

get to know the example, check the wiki also. Also, google is good, with "solr xslt" you get:
http://wiki.apache.org/solr/XsltResponseWriter

ryan

Reply via email to