Found 82,082 results in 0.249 seconds. Displaying page 3 of 8,209, sorted by
Sent 2010-09-02 by zqzuk <ziqizhang@...>
Hi all
I am learning to use morelikethis handler, which seems very straightforward
but I got some problems when testing and I wonder if you could help me.
In my schema I have
Sent 2010-09-02 by Luke Tebbs <luke@...>
Anyone?
I'm really lost as to what to do here... if anyone has any experience
with this
or even ideas of things to try I'd really appreciate your input.
It seems like what I'm trying to do should work but for some reason
'defType' seems to be
ignored....
Thankyou
Luke
-------- Original Mes...
Sent 2010-09-02 by Luke Tebbs <luke@...>
I agree.
I wasn't proposing it as a fix merely as a means to reduce the time
between restarts.
Luke
Lance Norskog wrote:
> Loading a servlet creates a bunch of classes via reflection. These are
> in PermGen and never go away. If you load&unload over and over again,
> any PermGen setting will...
Sent 2010-09-02 by Hasnain <hasn_36@...>
Erick,
I have checked with lowercasing, and yes there are Items by this
name.
Im not getting anywhere with this, tried many things and Im really
perplexed.
any other suggestion?
Oh dear. Wildcard queries aren't analyzed, so I suspect it's a casing issue.
Try two things:
1> sear...
Sent 2010-09-02 by Toke Eskildsen <te@...>
On Thu, 2010-09-02 at 03:37 +0200, Lance Norskog wrote:
> I don't know how much SSD disks cost, but they will certainly cure the
> disk i/o problem.
We've done a fair amount of experimentation in this area (1997-era SSDs
vs. two 15.000 RPM harddisks in RAID 1 vs. two 10.000 RPM harddisks in
RAID...
Sent 2010-09-02 by Antonio Calo' <anton.calo@...>
Il 02/09/2010 8.51, Lance Norskog ha scritto:
> Loading a servlet creates a bunch of classes via reflection. These are
> in PermGen and never go away. If you load&unload over and over again,
> any PermGen setting will fill up.
I agree , taking a look to all the links suggested by Peter seems that...
Sent 2010-09-02 by Sumit Arora <sumit1234@...>
>
> Hi All,
>
> I have provided identifications ,While submitting document to Solr e.g;
> jp_ for job posting , cp_ for career profile , and it stores id in a form of
> : jp_1, or jp_2 etc or cp_1 or cp_2 etc.
>
> So when I perform standard query with fq=cp_ , then its provide me the
> results ...
Sent 2010-09-02 by Stefan Moises <moises@...>
Hi,
well, you'll have to write a routine which escapes all filenames before
transmitting... wether in a shell, in Java, PHP, Javascript or whereever
you are submitting your CURL calls.
Here is a javascript example that helps with escaping:
http://www.xs4all.nl/~jlpoutre/BoT/Javascript/Utils/e...
Sent 2010-09-02 by satya swaroop <sswaroop4@...>
Hi stefan,
I used escape charaters and made it... It is not problem for
a single file of 'solr &apache' but it shows the same problem for the files
like Wireless lan.ppt, Tom info.pdf.....
the curl i sent is::
curl "
http://localhost:8080/solr/update/extract?stream.url=http://rem...
Sent 2010-09-02 by kirsty <kirstypr@...>
Michael Griffiths wrote:
>
> Copyfield copies the field so you can have multiple versions. Useful to
> dump all fields into one "super" field you can search on, for perf
> reasons.
>
> If the column isn't being indexed, I'd suggest the problem is in DIH. No
> suggestions as to why, I'm afraid.
...