you may need to write a custome responseWriter and plug it in
On Tue, Jun 9, 2009 at 11:30 AM, pof wrote:
>
> Another question:
>
> - Is there a way to customise the xml result set from a search? What I'm
> looking for is something like this:
>
>
> 1233456
> C:\temp\doc123.doc
>
>
Another question:
- Is there a way to customise the xml result set from a search? What I'm
looking for is something like this:
1233456
C:\temp\doc123.doc
No "lst" tag or children, no timestamps.
Thanks, Brett.
pof wrote:
>
> Hi, I am fairly new to indexing and I have ju
[
https://issues.apache.org/jira/browse/SOLR-1198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717571#action_12717571
]
Noble Paul commented on SOLR-1198:
--
committed r782885
> confine all solrconfig.xml parsing
[
https://issues.apache.org/jira/browse/SOLR-1198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Noble Paul updated SOLR-1198:
-
Attachment: SOLR-1198.patch
moved updateHandler, updateprocessor to solrconfig
> confine all solrconfig.x
hi Mark ,
it it a fix for SOLR-1161 ?
On Mon, Jun 8, 2009 at 8:17 PM, wrote:
> Author: markrmiller
> Date: Mon Jun 8 14:47:40 2009
> New Revision: 782658
>
> URL: http://svn.apache.org/viewvc?rev=782658&view=rev
> Log:
> add extra pause and retry for test that fails on slower comp
>
> Modifie
Can I use my own indexer though because I have spent a lot of time adding
docx and xlsx handling, zip handling, multiple charset handling, email
attachment parsing etc. etc.?
To be honest I'm not sold on Solr so far, my queries will be coming from a
powerbuilder app and it will need a very specif
1. Solr has it's own indexer and search so you don't need to program
your own.
2. Yes, a lot. Solr can scale when/if you need to. Solr is stable.
If you need support you can get it from companies such as Lucid
Imagination. There are a lot more.
3. Do you mean use Solr to replicate your
Hi, I am fairly new to indexing and I have just written three java apps (an
indexer, a searcher and a webserver using jetty to accept POSTed queries
from a powerbuilder app). I am at the stage where I want a way to replicate
my index for backup, initially I was just going to use rsync but now I ke
[
https://issues.apache.org/jira/browse/SOLR-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717362#action_12717362
]
Ryan McKinley commented on SOLR-1209:
-
+1
> Site search powered by Lucene/Solr
> --
[
https://issues.apache.org/jira/browse/SOLR-1204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717323#action_12717323
]
Michael Ludwig commented on SOLR-1204:
--
FYI, there is a nice Unicode web tool here: htt
[
https://issues.apache.org/jira/browse/SOLR-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Grant Ingersoll updated SOLR-1209:
--
Attachment: SOLR-1209.patch
Patch changing the skin to use Solr powered search
> Site search po
[
https://issues.apache.org/jira/browse/SOLR-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717316#action_12717316
]
Aleksander M. Stensby commented on SOLR-1209:
-
Great!
> Site search powered by
Site search powered by Lucene/Solr
--
Key: SOLR-1209
URL: https://issues.apache.org/jira/browse/SOLR-1209
Project: Solr
Issue Type: New Feature
Reporter: Grant Ingersoll
Assignee: Grant
The Default SearchComponents (QueryComponent, etc.) cannot currently support
SolrCoreAware or ResourceLoaderAware
-
Key: SOLR-1208
URL: https://issues.
[
https://issues.apache.org/jira/browse/SOLR-243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Miller resolved SOLR-243.
--
Resolution: Fixed
Fix Version/s: (was: 1.5)
1.4
Committed, thanks to all in
Is there a way, in a request, to know if the query being sent is from
a firstSearcher event? For instance, I've noticed that if one has the
shards parameter in the firstSearcher call (I was just trying out some
distributed stuff) it hangs Solr.
Presumably, we'd have to add a parameter to t
Now that I'm thinking about it... we can do better by exploiting the
fact that comparisons to NaN are always false. This should check for
both NaN and negative infinity in a single comparison, right?
if (!(score > Float.NEGATIVE_INFINITY))
This is inner loop stuff - probably worth the change (al
[
https://issues.apache.org/jira/browse/SOLR-64?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717260#action_12717260
]
David Smiley commented on SOLR-64:
--
If the hierarchy passed to this field type has a trailing
Yonik Seeley wrote:
On Mon, Jun 8, 2009 at 9:38 AM, Mark Miller wrote:
We have score!=score (same variable) - just wondering what that was trying
to accomplish, or whether it can just be dropped.
Good thing you checked :-)
Well I knew it was your work, so I had a sneaky suspicion
On Mon, Jun 8, 2009 at 9:38 AM, Mark Miller wrote:
> We have score!=score (same variable) - just wondering what that was trying
> to accomplish, or whether it can just be dropped.
Good thing you checked :-)
> Its also in BoostedQuery,
> so it almost seems on purpose. Even with a float, score has
We have score!=score (same variable) - just wondering what that was
trying to accomplish, or whether it can just be dropped. Its also in
BoostedQuery, so it almost seems on purpose. Even with a float, score
has got to equal score, right? Is this some tricky check I don't
understand, or a mista
[
https://issues.apache.org/jira/browse/SOLR-1120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Noble Paul reopened SOLR-1120:
--
this has broken some features in XPathEntityProcessor
if a field is added by a transformer then XPathEntity
I guess default components should be treated similar to other
components and they should be loaded using SolrResourceLoader
On Sun, Jun 7, 2009 at 4:06 AM, Grant Ingersoll wrote:
> For the record, I don't believe they are checked if they are
> ResourceLoaderAware either.
>
> I have a pretty simp
[
https://issues.apache.org/jira/browse/SOLR-1198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717197#action_12717197
]
Noble Paul commented on SOLR-1198:
--
committed : r782552
> confine all solrconfig.xml parsi
[
https://issues.apache.org/jira/browse/SOLR-1198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Noble Paul updated SOLR-1198:
-
Attachment: SOLR-1198.patch
moved valueSourceParser, listeners,
deletionPolicy,directoryFactory,queryPars
25 matches
Mail list logo