You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Nicolas Turenne <nt...@yahoo.fr> on 2015/03/13 15:14:29 UTC

empty index, with simple texts

Hello,

i am under Windows 7 (sp1) , i run Solr 5
after launching the service and running indexing command with tika like :

java -Dauto -Durl="http://localhost:8983/solr/tika/update" -jar 
E://Apache//solr-5.0.0//example//exampledocs//post.jar 
E://yyaziba//Projet_FormationCorpusR//txt/Ovid//*.txt

5 files seems to be indexed but searching by keywords gives nothing
when i type someting in http://localhost:8983/solr/tika/browse?q=

anyone can help me ?

thank you
Nicolas

-- 

Re: empty index, with simple texts

Posted by Alexandre Rafalovitch <ar...@gmail.com>.
Browse is configured for displaying specific fields from example schema. I
bet you are not mapping anything to them.

Try just normal search first in the Web Admin UI, see what fields you get
back. Then look at solrconfig.xml at the definition for /browse handler
(it's big....). Then, choose the fields you want to display.

Regards,
   Alex.

----
Solr Analyzers, Tokenizers, Filters, URPs and even a newsletter:
http://www.solr-start.com/

On 13 March 2015 at 10:14, Nicolas Turenne <nt...@yahoo.fr> wrote:

>  Hello,
>
> i am under Windows 7 (sp1) , i run Solr 5
> after launching the service and running indexing command with tika like :
>
> java -Dauto -Durl="http://localhost:8983/solr/tika/update"
> <http://localhost:8983/solr/tika/update> -jar
> E://Apache//solr-5.0.0//example//exampledocs//post.jar
> E://yyaziba//Projet_FormationCorpusR//txt/Ovid//*.txt
>
> 5 files seems to be indexed but searching by keywords gives nothing
> when i type someting in http://localhost:8983/solr/tika/browse?q=
>
> anyone can help me ?
>
> thank you
> Nicolas
>
> --
>