Re: I find one strange thing

2007-04-28 Thread James liu
i think i find it because i set hashDocSet maxsize=0 i not use faceting and why i can't close HashDocSet? 2007/4/29, Yonik Seeley <[EMAIL PROTECTED]>: On 4/28/07, James liu <[EMAIL PROTECTED]> wrote: > now i test solr, so only i use search. > > when i left search sometime, and i search somethi

Re: I find one strange thing

2007-04-28 Thread Yonik Seeley
On 4/28/07, James liu <[EMAIL PROTECTED]> wrote: now i test solr, so only i use search. when i left search sometime, and i search something, it will be slow. when i use it frequency, it search quick... This thing only happened not use search sometime? Anyone have same thing? Could just be c

I find one strange thing

2007-04-28 Thread James liu
now i test solr, so only i use search. when i left search sometime, and i search something, it will be slow. when i use it frequency, it search quick... This thing only happened not use search sometime? Anyone have same thing? -- regards jl

i wanna find one crawl that can crawl with defined urls and defined data

2007-04-28 Thread James liu
for example, i wanna crawl http://www.amazone.com/ and just wanna product title , product information, writer, publisher. and other data i wanna ignore. Maybe someone can recommend it, and it will be appreciate -- regards jl

Re: PING returns error 500

2007-04-28 Thread Yonik Seeley
On 4/28/07, Jack L <[EMAIL PROTECTED]> wrote: When running the original "example" index, PING works fine. When running my real index that has 230K documents, PING gives eror 500 very quickly even. There is no load. Restarting solr does not fix this problem. Any ideas? I didn't put in any custom c

PING returns error 500

2007-04-28 Thread Jack L
Hello solr-user, When running the original "example" index, PING works fine. When running my real index that has 230K documents, PING gives eror 500 very quickly even. There is no load. Restarting solr does not fix this problem. Any ideas? I didn't put in any custom code. HTTP ERROR: 500 Internal

Re: showing range facet example = by Range ( 1 to 1000 )

2007-04-28 Thread Yonik Seeley
On 4/27/07, Jery Cook <[EMAIL PROTECTED]> wrote: [...] I want it to show Something like by estimated Repairs. 1 to 1000[23] 1000 - 2000[53] Sure, and your facet.query parameters should give that to you. You listed your application output, which no one here knows how to parse. If I were to gue

RE: AW: Leading wildcards

2007-04-28 Thread Jery Cook
Just cant figure this out, ...or do I have to do this programmatically? Have a facet, and field in an document called estimatedRepairs, it is declared in the schema.xml as I execute a query with the below parameters q=state%3Avirgina; &facet.query=estimatedRepairs:[*+TO+1000.0] &fa