Found 82,082 results in 0.029 seconds. Displaying page 4 of 8,209, sorted by
Sent 2010-09-02 by Stefan Moises <moises@...>
Hi,
this has nothing to do with Solr... you can't use a filename containing
"&" as a URL parameter... if you really need to submit such a weird
named file, you have to escape the "&", see
http://www.december.com/html/spec/esccodes.html for the code...
Cheers,
Stefan
Am 02.09.2010 09:35, sch...
Sent 2010-09-02 by satya swaroop <sswaroop4@...>
Hi all,
I am using stream.url to index the files in the remote system. when i
use the url as
1) curl "
http://localhost:8080/solr/update/extract?stream.url=http://remotehost:port/file_download.yaws?file=yaws_presentation.pdf&literal.id=schb4
"
it works and i get the response as the file go...
Sent 2010-09-02 by Gora Mohanty <gora@...>
Hi,
A Solr-related meeting will take place in Delhi, India, as
per the details below. As the FOSS community in Delhi/NCR is
quite small, and getting increasingly fragmented, we have tried
to combine more than one topic, in the interest of getting more
attendees.
Event: FOSS meeting
...
Sent 2010-09-02 by Peter Karich <peathal@...>
Hi,
that issue is not really related to solr. See this:
http://stackoverflow.com/questions/88235/how-to-deal-with-java-lang-outofmemoryerror-permgen-space-error
Increasing maxpermsize -XX:MaxPermSize=128m does not really solve this
issue but you will see less errros :-)
I have written a mini m...
Sent 2010-09-02 by Pavan Gupta <pavan.gup@...>
Hi Ankita,
One reason could be that you are using area_t instead of city_t for mapping.
So the association may not be taking place in Solr. Have you tried searching
on skill? That should have worked for you.
Pavan
On Thu, Sep 2, 2010 at 12:10 PM, ankita shinde wrote:
...
Sent 2010-09-02 by Lance Norskog <goksron@...>
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.
On Wed, Sep 1, 2010 at 2:23 PM, Luke Tebbs wrote:
>
> Have you tried to up the MaxHeapSize?...
Sent 2010-09-02 by Lance Norskog <goksron@...>
Solr can return the list of results in JSON or php format, so that you
UI can allow a download.
You can write a UI in the Velocity toolkit- it's pretty easy.
On Wed, Sep 1, 2010 at 8:24 AM, Matteo Moci wrote:
> Hello to All,
> I am a newbie with Solr, and I am trying to und...
Sent 2010-09-02 by Lance Norskog <goksron@...>
2. Is there a way to do synonyms' highlight in search result?
>From the highlighter's point of view, there are one or more terms at a
position. The SynonymFilter adds or changes those terms. Other filters
also add or change those terms. The highlighter highlights whatever it
finds.
On Tue, Aug ...
Sent 2010-09-02 by ankita shinde <ankitashinde002@...>
hi,
I am able to index all my entries in my table named info. This table has
four columns named id, name, city and skill.
I have written a data-config file as follow :
Sent 2010-09-02 by Lance Norskog <goksron@...>
No. They are talking about a new feature in the DataImportHandler for
reading CSV files.
On Tue, Aug 31, 2010 at 1:55 PM, romiawasthy wrote:
>
> How do I use this feature, is there some parameter that I need to specify in
> the update request?
>
> curl
> http://localhost:...