-sorlcloud/
All the best
Liu Bo
On 19 March 2015 at 17:54, Zheng Lin Edwin Yeo wrote:
> Hi,
>
> I'm using Solr Cloud now, with 2 shards known as shard1 and shard2, and
> when I try to index rich-text documents using REST API or the default
> Documents module in Solr Admin UI, the
ge in context:
> http://lucene.472066.n3.nabble.com/Where-to-specify-numShards-when-startup-up-a-cloud-setup-tp4078473p4128566.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>
--
All the best
Liu Bo
s run a query on a N-Gram analyzed field and with filter queries
on store_id field. The "suggest" is actually a query. It may not perform as
well as suggestion but can do the trick.
You can try it to build a additional N-GRAM field for suggestion only and
search on it with fq on your &qu
8 PM, tasmaniski
> wrote:
> @kamaci
> Ofcourse. That is the problem.
>
> "group.limit is: the number of results (documents) to return for each
> group."
> NumFound is number of total found, but *not* sum number of *return for each
> group.*
>
> @Liu Bo
> seems to be t
ults but I show only 3 that works OKBut in
> numFound I
> > still have 20 for apress publisher...
> >
> >
> >
> > --
> > View this message in context:
>
> http://lucene.472066.n3.nabble.com/Grouping-results-with-group-limit-return-wrong-numFound-tp4108174.html
> > Sent from the Solr - User mailing list archive at Nabble.com.
>
--
All the best
Liu Bo
c(ex. save the query to file) .
> : But I dont want to touch solr source code, all I want is to add code(like
> : plugin). if i understand it right I want to write my own search handler
> , do
> : some logic , then pass the data to solr default search handler.
>
>
>
>
> -Hoss
> http://www.lucidworks.com/
>
--
All the best
Liu Bo
.12.2013 09:55, schrieb Liu Bo:
>
>> hi Josip
>>
>
> hi liu,
>
>
> for the 1 question we've done similar things: copying search field to a
>> text field. But highlighting is normally on specific fields such as tittle
>> depending on how the search cont
l the best
Liu Bo
On 18 December 2013 15:26, Alexandre Rafalovitch wrote:
> If this happens rarely and you want to deal with in on the way into Solr,
> you could just keep one of the values, using URP:
>
> http://lucene.apache.org/solr/4_6_0/solr-core/org/apache
ghlighted "text". This is essential,
> because we use copyfield to put almost everything to searchable_text
> (title, subtitle, description, ...)
>
> 2.) I can't get ellipsis working i tried hl.tag.ellipsis=...,
> f.text.hl.tag.ellipsis=..., configuring it in RequestHandler noting seems
> to work, maxAnalyzedChars is just cutting the sentence?
>
> Kind Regards
>
> Josip Delic
>
>
--
All the best
Liu Bo
n email. I trust
our business logic and data integrity more than solr, I will definitely not
do this again. ;-)
All the best
Liu Bo
On 11 December 2013 07:21, Furkan KAMACI wrote:
> Hi Liu;
>
> Yes. it is an expected behavior. If you send data within square brackets
> Solr will behav
?
Is there any way to tell solr this is not a "multivalued value" add don't
break it?
Your help and suggestion will be much of my appreciation.
--
All the best
Liu Bo
gt;
> if( condition 1 )
> {
> --> DELETE DUPLICATE DOC in INDEX <--
> addIncomingDoc = true;
> }
>
> return addIncomingDoc;
> }
--
All the best
Liu Bo
and then use DIH to get/merge content
> from the other source/server. Seem feasible/appropriate? I spec'd it out
> and it seems to make sense...
>
> R
>
> > On Nov 11, 2013, at 11:25 PM, Liu Bo wrote:
> >
> > like Erick said, merge data from different datasour
o point of indexing
> > - Using DIH at one time indexing
> > - At application whenever there is transaction to the details that we
> are
> > storing in Solr.
> >
> >
> >
> >
> >
> > --
> > View this message in context:
> >
> http://lucene.472066.n3.nabble.com/Multi-core-support-for-indexing-multiple-servers-tp4099729p4099933.html
> > Sent from the Solr - User mailing list archive at Nabble.com.
> >
>
--
All the best
Liu Bo
y((headline_fr:wild |
> headline_en:wild)))~3))/no_coord
> > >
> > > If I add "and" to the French stopwords list, I *do* get results, and
> the
> > > parsed query is:
> > >
> > > (+((DisjunctionMaxQuery((headline_fr:osca | headline_en:oscar))
> > > DisjunctionMaxQuery((headline_fr:wild |
> headline_en:wild)))~2))/no_coord
> > >
> > > This implies that the only solution is to have a minimal, shared
> > stopwords
> > > list for all languages I want to support. Is this correct, or is there
> a
> > > way of supporting this kind of searching with per-language stopword
> > lists?
> > >
> > > Thanks for any ideas!
> > >
> > > Tom
> > >
> >
>
--
All the best
Liu Bo
spath. Please correct me if I am wrong,
Is there any ways to use resources in plugin jars such as configuration
file?
BTW is there any difference between SolrResourceLoader with tomcat webapp
classLoader?
--
All the best
Liu Bo
ntList results1 = responseA.getResults();
> SolrDocumentList results2 = responseB.getResults();
>
> results1 : d1, d2, d3
> results2 : d1,d2, d4
>
> Return : d1, d2
>
> Regards,
> Michael
>
--
All the best
Liu Bo
r and restart tomcat to see what happens.
--
All the best
Liu Bo
s message in context:
> http://lucene.472066.n3.nabble.com/Multiple-schemas-in-the-same-SolrCloud-tp4094279p4094729.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>
--
All the best
Liu Bo
tomcat is much easier and
clean than coreAdmin described in the wiki:
http://wiki.apache.org/solr/SolrCloudTomcat.
It costs me some time to move from jetty to tomcat, but I think our IT team
will like this way. :)
On 6 October 2013 23:53, Liu Bo wrote:
> Hi all
>
> I'v
;replicas":{"core_node2":{
"state":"active",
"core":"content",
"node_name":"10.199.46.202:8080_solr",
"base_url":"http://10.199.46.202:8080/solr";,
"leader":"true"}}},
"shard2":{
* "range":null,*
"state":"active",
"replicas":{"core_node3":{
"state":"active",
"core":"content",
"node_name":"10.199.46.165:8080_solr",
"base_url":"http://10.199.46.165:8080/solr";,
"leader":"true",
*"router":"implicit"*}}
--
All the best
Liu Bo
:"10.199.46.202:8080_solr",
"base_url":"http://10.199.46.202:8080/solr";,
"leader":"true"}}},
"shard2":{
* "range":null,*
"state":"active",
"replicas":{"core_node3":{
"state":"active",
"core":"content",
"node_name":"10.199.46.165:8080_solr",
"base_url":"http://10.199.46.165:8080/solr";,
"leader":"true",
*"router":"implicit"*}}
--
All the best
Liu Bo
lrJ?
If neither of these two ways is working, I think I am going to reuse the
DAO of the old project and feed the data to solr using SolrJ, probably
using embedded Solr server.
Your help will be much of my appreciation.
<http://wiki.apache.org/solr/DataImportHandlerFaq>--
All the best
Liu Bo
23 matches
Mail list logo