I have a 100 thread HTTP connector pool that for some reason ends up with all
its threads blocked here:
java.net.SocketOutputStream.socketWrite0(Native Method)
java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
java.net.SocketOutputStream.write(SocketOutputStream.java:136)
org.ap
I should have said - tomcat is hosting 2 webapps a solr 1.3 master and slave
- as separate web apps.
Looking for anything to try.
Jim
Jim Murphy wrote:
>
> I have a 100 thread HTTP connector pool that for some reason ends up with
> all its threads blocked here:
>
> java.net.SocketOutputStre
On Sun, Mar 1, 2009 at 10:32 AM, Jim Murphy wrote:
> I should have said - tomcat is hosting 2 webapps a solr 1.3 master and slave
> - as separate web apps.
Given the the socket writes are blocked, it appears like whatever is
supposed to be reading the other endpoint isn't doing it's job.
Are you
: http://wiki.apache.org/solr/TermsComponent
: It would seem like this component would be useful for this. However -
: we often require that some filtering be applied to search results
: based on which user is searching (e.g. public vs. private content).
: Is it possible to apply filtering here,
: 2.)I run a full-import and everythins works fine... I run another
: full-import in the same core and everything seems so work find. But I have
: noticed that the index in /data/index dir is two times bigger. I have seen
: that Solr uses this indexwriter constructor when executes a deleteAll at
: I don't get really, I try to boost a field according to another one but I've
: a huge weight when I'm using qf boost like :
:
: /select?qt=dismax&fl=*&q="obama
: meeting"&debugQuery=true&qf=title&bf=product(title,stat_views)
bf is a boost function -- you are using a product fucntion to multipl
: So if I do :
: &bq=type_roman:true^1,5+type_comedy:true^1,5
: no video come up
first off: that syntax doesn't make senes ... those are commas, you need
decimal points (1.5 not 1,5)
second: i don't really understand your goal, you say you want to boost
things that match those values, but the
: The notes in the wiki seem to indicate that syntax (with multiple nodes)
: will be supported in Solr 1.4, not 1.3 - but I guess it really just means that
: you can't combine those with a node yet.
correct -- the wiki is pointing out htat you can't combine and
deletes until 1.4 -- 1.3 suppo
On Tue, Feb 17, 2009 at 5:31 PM, Marc Sturlese wrote:
>
> 2.)I run a full-import and everythins works fine... I run another
> full-import in the same core and everything seems so work find. But I have
> noticed that the index in /data/index dir is two times bigger. I have seen
> that Solr uses th
Thanks Yonik,
1. We're using rsync, snappuller/snapinstaller scripts for syncing masters
and slaves.
2. Ran jstack and found 2 kinds of stacks blocke on Socket.write0. The
first is the one I sent previously - and seems difficult to figure the
request type. This one is serializing a SolrDocum
On Feb 28, 2009, at 5:56 PM, Stephen Weiss wrote:
Yeah honestly I don't know how it ever worked either.
my guess is that the XPP parser did not validate anything -- when we
switched to StAX it validates something...
ryan
Hi Hoss,
Thanks a lot for the information. Here is what I am trying to achieve.
1. I am trying to customize the search with q query parameter, so that it
can support wildcard and field boosting. I customize QueryParser and created
the wildcard query in the same way as it does for non wildcard. B
Hi Jeff,
The line number from your stacktrace doesn't seem to be valid in the trunk
code (of jsp).
did you do an ant clean dist ?
if yes, can you send me the generated servlet for the jsp?
On Fri, Feb 27, 2009 at 10:17 PM, Jeff Newburn wrote:
> In trying trunk to fix the Lucene Sync issue we ha
Hi,
I am trying to do the wildcard search using the q query parameter with
dismax request. Wildcard search works fine with q.alt parameter but field
boosting doesnt work with q.alt parameter.
I customized the QueryParser class and now the query which is getting formed
for wildcard is exactly the
Hi all,
I am using Solr1.3 for indexing the file and its properties is to be
working fine. I want to modify the some properties in the particular
document.
Let say, "sample1.doc". Its properties are File content-type,File Size,File
Modified-Date etc. I had done the index for this file with its
15 matches
Mail list logo