I guess we can add this documentation to example solrconfig.xml too
On Tue, Oct 20, 2009 at 11:44 AM, Apache Wiki wrote:
> Dear Wiki user,
>
> You have subscribed to a wiki page or wiki category on "Solr Wiki" for
> change notification.
>
> The "SolrConfigXml" page has been changed by NoblePaul
[
https://issues.apache.org/jira/browse/SOLR-1517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hoss Man resolved SOLR-1517.
Resolution: Fixed
Fix Version/s: 1.4
fixed by moving DNS resolution to static block.
Committed revis
admin pages can stall on reverse DNS lookup of localhost
Key: SOLR-1517
URL: https://issues.apache.org/jira/browse/SOLR-1517
Project: Solr
Issue Type: Bug
Components: web gui
[
https://issues.apache.org/jira/browse/SOLR-1099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767706#action_12767706
]
Hoss Man commented on SOLR-1099:
go for it koji
> FieldAnalysisRequestHandler
> ---
I don't think the debate is about weak reference vs. soft references. I
guess the point that Lance is making is that using such a technique will
make application performance less predictable. There's also a good chance
that a soft reference based cache will cause cache thrashing and will hide
OOMs
There is a difference - weak references are not for very good for
caches - soft references (soft values here) are good for caches in
most jvms. They can be very nice. Weak refs are eagerly reclaimed -
it's suggested that impls should not eagerly reclaim soft refs.
- Mark
http://www.lucidim
[
https://issues.apache.org/jira/browse/SOLR-1099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Koji Sekiguchi updated SOLR-1099:
-
Attachment: SOLR-1099-ordered-TokenizerChain.patch
I'd like to use NamedList rather than SimpleOrd
[
https://issues.apache.org/jira/browse/SOLR-1099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Koji Sekiguchi reopened SOLR-1099:
--
Assignee: Koji Sekiguchi (was: Shalin Shekhar Mangar)
Hmm, I think the order of Tokenizer/Tok
The weak references means the if the object is not referenced by
any other objects except the map, it can be GCed. Soft
references mean if the heap is limited then the objects in the
map may be GCed.
I agree with Noble that I'd rather overshoot the LRU cache size,
and let the JVM remove items if f
"Soft references" then. "Weak pointers" is an older term. (They're
"weak" because some bully can steal their candy.)
On Sun, Oct 18, 2009 at 8:37 PM, Jason Rutherglen
wrote:
> Lance,
>
> Do you mean soft references?
>
> On Sun, Oct 18, 2009 at 3:59 PM, Lance Norskog wrote:
>> -1 for weak referen
[
https://issues.apache.org/jira/browse/SOLR-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Rutherglen updated SOLR-1278:
---
Summary: Near Realtime Search Replication (was: Near Realtime Search)
> Near Realtime Search
[
https://issues.apache.org/jira/browse/SOLR-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Rutherglen updated SOLR-1301:
---
Attachment: SOLR-1301.patch
Here's an update that includes the change Jason mentioned above
(n
This is ulr is helpful. If I checkout in Eclipse using SVN(Subclipse), the
source files are not as per package structure. Can you please send me your
..project and .classpth files? Thank you in advance.
Pradeep
--- On Sun, 10/18/09, Amit Nithian wrote:
> From: Amit Nithian
> Subject: Re: dep
[
https://issues.apache.org/jira/browse/SOLR-1477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767600#action_12767600
]
Jason Rutherglen commented on SOLR-1477:
The way the process should work for this pa
[
https://issues.apache.org/jira/browse/SOLR-1477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767594#action_12767594
]
Jason Rutherglen commented on SOLR-1477:
The use case is scaling to hundreds of serv
+1 on the Solr 1.4 voting process being parallel to that of Lucene 2.9.1.
Bill
On Mon, Oct 19, 2009 at 5:57 PM, Yonik Seeley wrote:
> OK, so let's do the following: as soon as the Lucene 2.9.1 official RC
> is put up (the one that will be voted on), I'll update Solr and we can
> do our vote at t
OK, so let's do the following: as soon as the Lucene 2.9.1 official RC
is put up (the one that will be voted on), I'll update Solr and we can
do our vote at the same time, saving 3 or 4 days... this release has
really been held up long enough :-)
We can re-evaluate what to do if for some reason th
On Mon, Oct 19, 2009 at 4:08 PM, Chris Hostetter
wrote:
>
> I've noticed recently that when i test things on my mac, the admin console
> pages are really slow ... working on the stats page, i realized that there
> was a 10 second built in delay on *every* admin page, and i traced it to
> these lin
I've noticed recently that when i test things on my mac, the admin console
pages are really slow ... working on the stats page, i realized that there
was a 10 second built in delay on *every* admin page, and i traced it to
these lines in _info.jsp ...
InetAddress addr = null;
String host
[
https://issues.apache.org/jira/browse/SOLR-1292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767482#action_12767482
]
Hoss Man commented on SOLR-1292:
Followup note...
hoss...@brunner:~/lucene/solr$ svn commit
I added it in solr-user, will remove it from -dev.Sorry about the confusion.
Jason Rutherglen-2 wrote:
>
> Nilya,
>
> Can you ask your question on solr-u...@lucene.apache.org?
>
> -J
>
> On Mon, Oct 19, 2009 at 11:33 AM, Nilya wrote:
>>
>> I have been trying to integrate wordnet dictionary
Nilya,
Can you ask your question on solr-u...@lucene.apache.org?
-J
On Mon, Oct 19, 2009 at 11:33 AM, Nilya wrote:
>
> I have been trying to integrate wordnet dictionary with solr. I used below
> link to generate indexes using prolog package from wordnet.
> http://chencer.com/techno/java/lucene
I have been trying to integrate wordnet dictionary with solr. I used below
link to generate indexes using prolog package from wordnet.
http://chencer.com/techno/java/lucene/wordnet.html
And here are the changes I did in solr :
Schema.xml changes:
word
dict
solr.IndexBas
Yes...
On Mon, Oct 19, 2009 at 10:35 AM, Walter Underwood
wrote:
> Please wait for an official release of Lucene. It makes thing SO much easier
> when you need to dig into the Lucene code.
>
> It is well worth a week delay.
>
> wunder
>
> On Oct 19, 2009, at 10:27 AM, Yonik Seeley wrote:
>
>> On
Please wait for an official release of Lucene. It makes thing SO much
easier when you need to dig into the Lucene code.
It is well worth a week delay.
wunder
On Oct 19, 2009, at 10:27 AM, Yonik Seeley wrote:
On Mon, Oct 19, 2009 at 10:59 AM, Grant Ingersoll
wrote:
Are we ready for a rele
On Mon, Oct 19, 2009 at 10:59 AM, Grant Ingersoll wrote:
> Are we ready for a release?
+1
I don't think we need to wait for Lucene 2.9.1 - we have all the fixes
in our version, and there's little point in pushing things off yet
another week.
Seems like the next RC should be a *real* one (i.e. n
Are we ready for a release? I got busy at work and haven't been able
to address things as much, but it seems like things are progressing.
Shall I generate another RC or are we waiting for Lucene 2.9.1? If we
go w/ the 2.9.1-dev, then we just need to restore the Maven stuff for
them. Hope
Hi Guys,
I was thinking about adding new items to this page [
http://wiki.apache.org/solr/QueryParametersIndex ]
These are the parameters I want to add :
http://wiki.apache.org/solr/SpellCheckComponent
http://wiki.apache.org/solr/TermsComponent
http://wiki.apache.org/solr/StatsComponent
They
[
https://issues.apache.org/jira/browse/SOLR-1477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767297#action_12767297
]
Noble Paul commented on SOLR-1477:
--
May be it is worth adding a use case and an explanation
init-forrest-entities:
[mkdir] Created dir: /tmp/apache-solr-nightly/build
[mkdir] Created dir: /tmp/apache-solr-nightly/build/web
compile-solrj:
[mkdir] Created dir: /tmp/apache-solr-nightly/build/solrj
[javac] Compiling 87 source files to /tmp/apache-solr-nightly/build/solrj
30 matches
Mail list logo