Problem with stopword

2013-09-19 Thread mpcmarcos
Hello everybody, 

I have a problem with stopwords, I have an index with some stopwords and
when I search by one of them only, solr dont select any document. ¿How can I
fix this? I need all the documents.

Example:

*Stopwords*: hello, goodbye
*Query*: http://localhost:8893/solr/select?q=hello
*DebugQuery*: 
*Total Results*: 0

I try do this with e dismax, but only works if I do a call to solr without
"q", no when "q" is empty by stopwords.

http://localhost:8983/solr/select?q=&defType=edismax&q.alt=*:*



Thank you.



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Problem-with-stopword-tp4091064.html
Sent from the Solr - User mailing list archive at Nabble.com.


Query Time problem on Big Index Solr 3.5

2012-08-28 Thread mpcmarcos
Hello,

I have a problem, I'm working with Solr 3.5, with a index that has 8.000.000
of documents (13Gb), each document has a lot of fields, I include the schema
at bottom the message for more information. 

The query time is very high, a simple query has a query time of 300-1.000
ms, and a complex query to 10.000 ms. I have a master, and 6 slaves, they
are been syncronized every 10 minutes. And the index always is optimized.

What can I do?
- I think that cache system is working ok, when I do the same query two
times, the query time decrease to 0 ms.


Here a example of query, there are any incorrect o anything that can I
change?
http://xxx:8893/solr/candidate/select/?q=+(IdCandidateStatus:2)+(IdCobranded:3)+(IdLocation1:12))+(LastLoginDate:[2011-08-26T00:00:00Z
TO 2012-08-28T00:00:00Z])



*Schema:*
 

































































































 

   

*Solconfig.xml:*
LUCENE_35
...

false
32
10
false
true
...
131072
true60
200
...
false
2




--
View this message in context: 
http://lucene.472066.n3.nabble.com/Query-Time-problem-on-Big-Index-Solr-3-5-tp4003660.html
Sent from the Solr - User mailing list archive at Nabble.com.