Re: Please help me with solr plugin

2017-11-21 Thread Binoy Dalal
t 11:22, Zara Parst <edotserv...@gmail.com> wrote: > > > > Hi, > > > > I have spent too much time learning plugin for Solr. I am about give up. > If > > some one has experience writing it. Please contact me. I am open to all > > options. I want to learn it at any cost. > > > > Thanks > > Zara > > -- Regards, Binoy Dalal

Re: LTR 'feature' and passing date parameters

2017-10-18 Thread Binoy Dalal
archBirthDate=1998-11-23 > > In my feature I want to compare dates using the ms(x,y) function and check > if they are equal. > ms(${searchBirthDate}, birthDate) > > But I get exception on calculating the feature: > Invalid Date String:'1998-11-23' > > Any idea how to solve such problem? > > Best regards, > Dariusz Wojtas > -- Regards, Binoy Dalal

Parsing of rq queries in LTR

2017-10-11 Thread Binoy Dalal
the solr logs don't record the execution of queries made for feature value calculation. Any inputs are much appreciated. -- Regards, Binoy Dalal

Re: SPLITSHARD in SOLR 5.5.1

2017-08-24 Thread Binoy Dalal
.6? > > Also, I would like to know if there is a way to "rollback" the SPLITSHARD. > I would like to reactivate my parent shard with all documents intact and > delete the new sub-shards. I have no idea how I could reactivate a shard > that is now marked as "inactive". > > Thanks, > Vanniarajan > -- Regards, Binoy Dalal

Re: Need help with Query Syntax

2017-04-17 Thread Binoy Dalal
> maybe I should use a field which does not have a tokenizer index? I'll try > something like that. Thanks > > On Mon, Apr 17, 2017 at 9:16 PM, OTH <omer.t@gmail.com> wrote: > > > The field type is "text_general". > > > > On Mon, Apr 17, 2017

Re: Need help with Query Syntax

2017-04-17 Thread Binoy Dalal
s which contain the string "san ", > but I'm unable to achieve that. > > Thanks > -- Regards, Binoy Dalal

Re: Need help with auto-suggester

2017-04-13 Thread Binoy Dalal
f they are > searching for cities, I also need the countries to appear in the drop-down > list which the user sees. > The field which is being searched is only 'city' here. However, I need to > retrieve the corresponding value in the 'country' field as well. > > How could I do thi

Re: distinct records based on a field

2017-04-05 Thread Binoy Dalal
eld but want to restrict the > results to distinct records before applying the facet. > > > > Thanks, > VJ > -- Regards, Binoy Dalal

Re: Modifying solrconfig.xml in solr cloud

2017-03-14 Thread Binoy Dalal
Thanks Eric. Missed that somehow. On Tue, 14 Mar 2017, 10:44 Erick Erickson, <erickerick...@gmail.com> wrote: > First hit from googling "solr config API" > > https://cwiki.apache.org/confluence/display/solr/Config+API > > Best, > Erick > > On Mon, Mar 13,

Modifying solrconfig.xml in solr cloud

2017-03-13 Thread Binoy Dalal
Is there a simpler​ way of modifying solrconfig.xml in cloud mode without having to download the file from zookeeper, modifying it and reuploading it? Something like the schema API maybe? -- Regards, Binoy Dalal

Re: Custom user web interface for Solr

2016-11-04 Thread Binoy Dalal
See this link for more details => https://lucidworks.com/blog/2015/12/08/browse-new-improved-solr-5/ On Sat, Nov 5, 2016 at 12:02 AM Binoy Dalal <binoydala...@gmail.com> wrote: > Have you checked out the /browse handler? It provides a pretty rudimentary > UI for display

Re: Custom user web interface for Solr

2016-11-04 Thread Binoy Dalal
atures or Is there a way to modify the default Solr Browse interface and add above options? Regards, -- Regards, Binoy Dalal

Re: display searched for text in Solr 6

2016-11-03 Thread Binoy Dalal
{"numFound":4, "start":0, "docs"{{},{},{},{}} > > On Thursday, November 3, 2016 1:02 PM, Binoy Dalal < > binoydala...@gmail.com> wrote: > > > Append the fields you want to display to the query using the fl parameter. > Eg. q=something=_text_ > > On T

Re: display searched for text in Solr 6

2016-11-03 Thread Binoy Dalal
nd itreturns the id with the file name. > How do I display the text? > managed-schema has > multiValued="true"/> > > Thank you. > -- Regards, Binoy Dalal

Re: Returned number of result rows as a function of maxScore or numFound.

2016-06-08 Thread Binoy Dalal
ecords whose score is between > 4.5 to 4.0(this could be the any number of records) > > in other words, the returned set is a percent of hits, instead of a > static row count. > Is there a way to do this readily or via some custom implementation? > > Thanks > Cheers > Prasanna Josium > -- Regards, Binoy Dalal

Re: API call for optimising a collection

2016-05-18 Thread Binoy Dalal
OK That's great. Thanks. On Wed, 18 May 2016, 12:52 Shawn Heisey, <apa...@elyograg.org> wrote: > On 5/17/2016 11:04 PM, Binoy Dalal wrote: > > Is there no api call that can optimize an entire collection? I tried > > the collections api page on the confluence wiki but could

Re: API call for optimising a collection

2016-05-18 Thread Binoy Dalal
; On Tue, May 17, 2016 at 11:22 PM, Nick Vasilyev <nick.vasily...@gmail.com> > wrote: > > > As far as I know, you have to run it on each core. > > On May 18, 2016 1:04 AM, "Binoy Dalal" <binoydala...@gmail.com> wrote: > > > > > Is there n

API call for optimising a collection

2016-05-17 Thread Binoy Dalal
Is there no api call that can optimize an entire collection? I tried the collections api page on the confluence wiki but couldn't find anything, and a Google search also yielded no meaningful results. -- Regards, Binoy Dalal

Re: [scottchu] Cab I migrate solrcloud by just copying whole package folder?

2016-05-16 Thread Binoy Dalal
..@udngroup.com > 2016/5/16 (週一) > - Original Message - > From: Binoy Dalal > To: scott.chu ; solr-user > CC: > Date: 2016/5/16 (週一) 23:29 > Subject: Re: [scottchu] Cab I migrate solrcloud by just copying whole > package folder? > > > What you copied is just

Re: [scottchu] Cab I migrate solrcloud by just copying whole package folder?

2016-05-16 Thread Binoy Dalal
e by copying whole Solr package? > How can I do it? > > Note: I want to do this because if I add all docs in lab and later when go > live, I wish just copy whole folder to production environment without > adding all docs again? > -- Regards, Binoy Dalal

Re: Complexity of a document?

2016-05-11 Thread Binoy Dalal
16 at 3:32 PM, A Laxmi <a.lakshmi...@gmail.com> > wrote: > >> > >> > Hi, > >> > > >> > Is it possible to determine how complex a document is using Solr? > >> > Complexity in terms of whether document is readable by a 7th grade vs. > >> PHD > >> > Grad? > >> > > >> > Thanks! > >> > AL > >> > > >> > > > > > -- Regards, Binoy Dalal

Re: search design question

2016-04-06 Thread Binoy Dalal
quot; > > 32 inch is size , LCD is entity type and sony is brand > > > in this case my solr query should be build in different manner to get > accurate results . > > > > > Probably, now u can understand my problem. > > > On Wed, Apr 6, 2016 at 1

Re: search design question

2016-04-05 Thread Binoy Dalal
sign with the solr for search. > > Please guide me . > -- Regards, Binoy Dalal

Re: How to Get info about clusterstate in solr 5.2.1 just like ping request handler with distrib=true

2016-04-05 Thread Binoy Dalal
see if cluster can serve > > > queries without going to individual solr nodes. > > > 2. If we can anyhow get this info from zookeepers > > > 3. can we make ping request handler with distrib=true work in solr > 5.2.1 > > > > > > Any info in this regard would be appreciated where i don't want to go > to > > > individual solr nodes. > > > > > > Thanks > > > Preeti > > > > > > -- Regards, Binoy Dalal

Re: solr 5.2.1, data import issue, shown processed rows doesn't match acturally indexed doc quantity.

2016-04-04 Thread Binoy Dalal
you are dealing > >with "X", you are assuming "Y" will help you, and you are asking about "Y" > >without giving more details about the "X" so that we can understand the > >full issue. Perhaps the best solution doesn't involve "Y" at all? > >See Also: http://www.perlmonks.org/index.pl?node_id=542341 > > > > > > > > > >-Hoss > >http://www.lucidworks.com/ > -- Regards, Binoy Dalal

Re: Tutorial example loading of exampledocs for *.xml fails due to bad request

2016-04-04 Thread Binoy Dalal
2-13T15:26:37Z > > > > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Tutorial-example-loading-of-exampledocs-for-xml-fails-due-to-bad-request-tp4267878p4267881.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Regards, Binoy Dalal

Re: Tutorial example loading of exampledocs for *.xml fails due to bad request

2016-04-04 Thread Binoy Dalal
ere to turn for assistance. > > Anyone have any suggestions? > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Tutorial-example-loading-of-exampledocs-for-xml-fails-due-to-bad-request-tp4267878.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Regards, Binoy Dalal

Re: Sorting question

2016-04-01 Thread Binoy Dalal
e are lot of > lists and I guess every document stored a value for every field (it was > long time ago, I don't know if it would be still a problem in current > version of Solr) > > Do you have any idea how could I solve this problem? > > Thanks, > Tamas > -- Regards, Binoy Dalal

Re: Slor 5.5.0 : SolrException: fieldType 'booleans' not found in the schema

2016-03-31 Thread Binoy Dalal
to solr, I started using this only from today, when I wanted to > create dih, i'm getting the below error. > > SolrException: fieldType 'booleans' not found in the schema > > What does this mean? and How to resolve this. > > Regards, > GNT > -- Regards, Binoy Dalal

Re: service solr status

2016-03-20 Thread Binoy Dalal
. > > Jan 03 08:29:11 ubuntutestdev systemd[1]: solr.service: Unit entered failed > > > Jan 03 08:29:11 ubuntutestdev systemd[1]: solr.service: Failed with result > ' > > Hint: Some lines were ellipsized, use -l to show in full. > > > > > > Regards, > Adel > > > > -- Regards, Binoy Dalal

Re: indexing pdf files using post tool

2016-03-19 Thread Binoy Dalal
Take a look at the CloneFieldUpdateProcessorFactory here: http://www.solr-start.com/info/update-request-processors/ On Wed, 16 Mar 2016, 18:25 Binoy Dalal, <binoydala...@gmail.com> wrote: > Like Francisco said, use a custom update processor to map the fields the > way you want and ad

Re: stop words as blacklist

2016-03-19 Thread Binoy Dalal
sults. quick context: using solr for > semantic matching, sloppy ML'ing of sorts, so when running so automations > to connect incoming data to our own corpus of known items there are > irrelevant things that i'd like to not just block the stopword from being > part of the token stream, but block the entire document/search. > > thanks for any info! > -- Regards, Binoy Dalal

Re: Stopping Solr JVM on OOM

2016-03-19 Thread Binoy Dalal
Hi Shawn, Your thoughts on this? On Mon, Mar 14, 2016 at 2:11 PM Binoy Dalal <binoydala...@gmail.com> wrote: > I set the heap to 16 mb and tried to index about 350k records using a DIH. > This did throw an OOM for that particular thread in the console, but the > oom script wasn't

Re: indexing pdf files using post tool

2016-03-18 Thread Binoy Dalal
ording to data in > it > > like name;id;title;content etc > > > > Thanks > > > > > > > > -- > > View this message in context: > > > http://lucene.472066.n3.nabble.com/indexing-pdf-files-using-post-tool-tp4263811p4264052.html > > Sent from the Solr - User mailing list archive at Nabble.com. > > > -- Regards, Binoy Dalal

Re: Solr and units

2016-03-15 Thread Binoy Dalal
ld currently that has a value of x where x is an integer > or float, can I associate a unit with that? So I know the value is x gram > or x Watt. > > Thank you, > > Shane > -- Regards, Binoy Dalal

Re: indexing pdf files using post tool

2016-03-15 Thread Binoy Dalal
.How can I achieve this ? > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/indexing-pdf-files-using-post-tool-tp4263811p4263840.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Regards, Binoy Dalal

Re: Need a group custom function(fieldcollapsing)

2016-03-15 Thread Binoy Dalal
stom-solr > > in this it's not explained where to put the code part in which file. > > > > > > Regards, > > Abhishek > > > -- Regards, Binoy Dalal

Re: indexing pdf files using post tool

2016-03-15 Thread Binoy Dalal
], > "xmp_creatortool": [ > "þÿ" > ], > "resourcename": [ > "/root/solr/My_CV.pdf" > ], > "dc_title": [ > "My CV" > ], > "_version_": 1528851429701189600 > } > > > but not the actual content in pdf file. > How to index that dat. > Please help me on this. > Can post tool be used for indexing data from HDFS ? > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/indexing-pdf-files-using-post-tool-tp4263811.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Regards, Binoy Dalal

Re: Avoid Duplication of record in searching

2016-03-14 Thread Binoy Dalal
e of the search. > > So Kindly anyone point me what can be done to avoid duplication if we make > updation to the Cassandra table configured in SOLR. > > > --- > Thanks and regards, > Rajesh Kumar Sountarrajan > Software Developer - IT Team > -- Regards, Binoy Dalal

Re: Stopping Solr JVM on OOM

2016-03-14 Thread Binoy Dalal
apa...@elyograg.org> wrote: > On 3/13/2016 8:13 PM, Binoy Dalal wrote: > > I made the necessary changes to that oom script? > > How does it look now? > > Also can you suggest some way of testing it with solr? > > How do I make solr oom on purpose? > > Set the jav

Re: Stopping Solr JVM on OOM

2016-03-13 Thread Binoy Dalal
Hello Shawn, I made the necessary changes to that oom script? How does it look now? Also can you suggest some way of testing it with solr? How do I make solr oom on purpose? Thanks On Wed, 9 Mar 2016, 19:11 Shawn Heisey, <apa...@elyograg.org> wrote: > On 3/9/2016 6:07 AM, Binoy Da

Re: Problem in SolrJ ubuntu

2016-03-13 Thread Binoy Dalal
01402995947155%2CVSRPtargetId%3A77017%2CVSRPcmpt%3Aprimary> > *[image: Description: cid:image004.jpg@01D11A1D.D81CE0C0]* > > > > > -- Regards, Binoy Dalal

Re: How to pass facet info of the top inner nested doc to the top parent doc

2016-03-09 Thread Binoy Dalal
ents (type_s:parent) while still > having facet info about SIZE_s from child document. How to do that? > > > -- Regards, Binoy Dalal

Re: Stopping Solr JVM on OOM

2016-03-09 Thread Binoy Dalal
Hi Shawn, Have you had a chance to check and review the patch? On Wed, 9 Mar 2016, 00:49 Binoy Dalal, <binoydala...@gmail.com> wrote: > I've uploaded both files. > Please review and advise. > > On Wed, Mar 9, 2016 at 12:46 AM Binoy Dalal <binoydala...@gmail.com>

Re: Stopping Solr JVM on OOM

2016-03-08 Thread Binoy Dalal
I've uploaded both files. Please review and advise. On Wed, Mar 9, 2016 at 12:46 AM Binoy Dalal <binoydala...@gmail.com> wrote: > Hi Shawn, > The JIRA issue is SOLR-8803 ( > https://issues.apache.org/jira/browse/SOLR-8803). > I've used "git diff" and created a patch

Re: Stopping Solr JVM on OOM

2016-03-08 Thread Binoy Dalal
ill script that does not show in the patch. Do I upload this file along with the patch or is there something else I've to do to put in the new file. Please advise. Thanks. On Tue, Mar 8, 2016 at 7:03 PM Shawn Heisey <apa...@elyograg.org> wrote: > On 3/8/2016 5:13 AM, Binoy Dalal w

Re: Stopping Solr JVM on OOM

2016-03-08 Thread Binoy Dalal
t for Windows, so this feature is not > present when running on Windows. If somebody can come up with a way for > Windows to find and kill the Solr process, I'd be happy to include it. > > Thanks, > Shawn > > -- Regards, Binoy Dalal

Re: Text search NGram

2016-03-07 Thread Binoy Dalal
intended only for the use of the > addressee(s) and may contain confidential and legally privileged > information belonging to CEB and/or its subsidiaries, including CEB > subsidiaries that offer SHL Talent Measurement products and services. If > you have received this e-mail in error, please notify the sender and > immediately, destroy all copies of this email and its attachments. The > publication, copying, in whole or in part, or use or dissemination in any > other way of this e-mail and attachments by anyone other than the intended > person(s) is prohibited. > > > -- Regards, Binoy Dalal

Re: Custom field using PatternCaptureGroupFilterFactory

2016-03-06 Thread Binoy Dalal
his is not working as expected, not able to parse the data and get the > first character for the string. Any suggestions on how to fix this? > > > > > > > > > > "^[a-zA-Z0-9]{0,1}" preserve_original="false"/> > > > > > > -- > Thanks > Jay > -- Regards, Binoy Dalal

Re: Disk Usage anomoly across shards/replicas

2016-03-05 Thread Binoy Dalal
_shard2_replica2 = 66G > > numDocs:34,775,193 > maxDoc:44,181,734 > deletedDocs:9,406,541 > > > > Thanks, > Rob > > > > > > -- Regards, Binoy Dalal

Re: Solr Configuration (Caching & RAM) for performance Tuning

2016-03-02 Thread Binoy Dalal
s); UpdateResponse resp = req.process(cloudServer); if > (resp.getStatus() == 0) { > success = true; > } > > Here is commit settings in solrconfig.xml. > > > 60 > 2 > false > > > > ${solr.autoSoftCommit.maxTime:-1} > > > > >

Re: Solr Configuration (Caching & RAM) for performance Tuning

2016-03-02 Thread Binoy Dalal
GB. Seems like it is not loading index into RAM which leads to > high IO. Is it possible to configure Solr to fully load indexes in memory? > Don't find any documentation about this. How can we increase RAM usage to > improve Solr performance? > > > Regards, > > Maulin > > [CC Award Winners 2015] > > -- Regards, Binoy Dalal

Re: Indexing books, chapters and pages

2016-03-01 Thread Binoy Dalal
g if someone has ideas or has > already solved a similar issue. > Thanks > -- Regards, Binoy Dalal

Re: Filter factory to reduce word from plural forms to singular forms correctly?

2016-02-29 Thread Binoy Dalal
puter, and you > must not use, disclose to anyone else or copy this e-mail (including any > attachments), whether in whole or in part. > > This e-mail and any reply to it may be monitored for security, legal, > regulatory compliance and/or other appropriate reasons. -- Regards, Binoy Dalal

Re: Capture facets and its values in output and modify them

2016-02-27 Thread Binoy Dalal
hting"); // DO YOUR THING } On Sat, Feb 27, 2016 at 1:46 PM Binoy Dalal <binoydala...@gmail.com> wrote: > Take a look here: > https://github.com/lttazz99/SolrPluginsExamples/blob/master/src/main/java/component/ComponentDemo.java > > I've uploaded an example of writing a sear

Re: Disable phrase search in edismax?

2016-02-27 Thread Binoy Dalal
y are not meaningful phrases. > > Is there a way to turn off phrase creation and search for one query? Or > should I separate them all with “OR”? > > wunder > Walter Underwood > wun...@wunderwood.org > http://observer.wunderwood.org/ (my blog) > -- Regards, Binoy Dalal

Re: Capture facets and its values in output and modify them

2016-02-27 Thread Binoy Dalal
get access to the facets and its values (a > small code snippet or any resource which points to it). > > Thanks! > Mark > -- Regards, Binoy Dalal

Re: Query time de-boost

2016-02-25 Thread Binoy Dalal
; -ContetGroup:"Developer's Documentation")^99 > > Are you sure something like *bq=ContenGroup-local:Developer^-99* worked for > you? > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Query-time-de-boost-tp4259309p4259879.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Regards, Binoy Dalal

Re: Query time de-boost

2016-02-24 Thread Binoy Dalal
; What I'm looking is to see if there's a way deboost all documents that > are > > tagged with ContentGroup:"Developer" irrespective of the term occurrence > is > > text or title. > > > > Any pointers will be appreciated. > > > > Thanks, > > Shamik > > > -- Regards, Binoy Dalal

Re: solrcloud shard working mechanism

2016-02-23 Thread Binoy Dalal
; > -- > View this message in context: > http://lucene.472066.n3.nabble.com/solrcloud-shard-working-mechanism-tp4259261.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Regards, Binoy Dalal

Re: Exception SolrServerException: No live SolrServers available to handle this request:

2016-02-22 Thread Binoy Dalal
uest-tp4258898p4259026.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Regards, Binoy Dalal

Re: words with spaces within

2016-02-22 Thread Binoy Dalal
l e". If I would parse the text with a standard > tokenizer, the word will be lost. > How could I make Solr detect this type of word occurrence? > Many thanks, > > Francisco > -- Regards, Binoy Dalal

Re: Exception SolrServerException: No live SolrServers available to handle this request:

2016-02-22 Thread Binoy Dalal
ache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:143)\n\tat > org.apache.solr.core.SolrCore.execute(SolrCore.java:2068)\n\tat > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Exception-SolrServerException-No-live-SolrServers-available-to-handle-this-request-tp4258898.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Regards, Binoy Dalal

Re: Get config from Zookepper

2016-02-20 Thread Binoy Dalal
hema API. > > Now I need to create another independent cluster with the exact same > config. Where can i find the uploaded config files in the zookeeper server? > > Thanks > -- Regards, Binoy Dalal

Re: Cannot talk to ZooKeeper - Updates are disabled.

2016-02-19 Thread Binoy Dalal
.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257) > at > org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540) > at > > org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635) > at > > org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555) > at java.lang.Thread.run(Thread.java:745) > > Thanks > > Bogdan Marinescu > -- Regards, Binoy Dalal

Re: SOLR ranking

2016-02-18 Thread Binoy Dalal
6& > > > > pf3=topTitle^200 subtopTitle^80 indTerm^40 drugString^30 tglData^6& > > > > qf=topic_title^100 subtopic_title^40 index_term^20 drug^15 content^3 > > > > > > > > After making these changes, I am able to get my search results > >

Re: SOLR ranking

2016-02-18 Thread Binoy Dalal
the same. > > > > Hi Alessandro, > > > > I have not yet tried the slope parameter. By default it is taking it as > 1.0 > > when i looked it in debug mode. Will revert you definitely. So, let me > try > > this option too. > > > > All, > > > > Please suggest if anyone is having any other suggestion on this. I have > to > > implement it on urgent basis and i think i am very close to it. Thanks > all > > of you. I have reached to this level just because of you guys. > > > > Thanks and Regards, > > Nitin > > > > > > > > -- > > View this message in context: > http://lucene.472066.n3.nabble.com/SOLR-ranking-tp4257367p4257782.html > > Sent from the Solr - User mailing list archive at Nabble.com. > > -- > Monitoring * Alerting * Anomaly Detection * Centralized Log Management > Solr & Elasticsearch Support * http://sematext.com/ > > -- Regards, Binoy Dalal

Re: Querying data based on field type

2016-02-18 Thread Binoy Dalal
> a specific field as array . > > Regards, > Salman > > On Thu, Feb 18, 2016 at 11:13 AM, Binoy Dalal <binoydala...@gmail.com> > wrote: > > > Take a look at atomic updates and remove regex. > > > > > https://cwiki.apache.org/confluence/display/solr

Re: Querying data based on field type

2016-02-18 Thread Binoy Dalal
occurrences of the > field as an array (multi-valued) where it shows as instead of > . Is there a way to query the field so it returns only those > documents that have field as an array and not as a single string? > > Appreciate your comments/feedback. > > Regards, > Salman > -- Regards, Binoy Dalal

Re: Get one fragment of text of field

2016-02-17 Thread Binoy Dalal
limit the characters. is it possible ? > > Regards, > Anil > > On 18 February 2016 at 12:24, Binoy Dalal <binoydala...@gmail.com> wrote: > > > If you are not particular about what part of the field is returned you > can > > create copy fields and set a limit

Re: Get one fragment of text of field

2016-02-17 Thread Binoy Dalal
chieve fragmentation (not a highlight fragmentation) > in solr ? please advice. > > Regards, > Anil > -- Regards, Binoy Dalal

Re: Display entire string containing query string

2016-02-17 Thread Binoy Dalal
ins the > query. > > > I appreciate your time and guidance. Thank you so much! > > -T > -- Regards, Binoy Dalal

Re: Running solr as a service vs. Running it as a process

2016-02-17 Thread Binoy Dalal
That's a bummer. Anyhow I'll give it a shot and update this thread if I get anywhere. Thanks for your help. On Thu, 18 Feb 2016, 04:30 Shawn Heisey <apa...@elyograg.org> wrote: > On 2/17/2016 11:37 AM, Binoy Dalal wrote: > > At my project, we aren't that big on directory

Re: Running solr as a service vs. Running it as a process

2016-02-17 Thread Binoy Dalal
ons Architect (Contractor), > Office of Computer and Communications Systems, > National Library of Medicine, NIH > > > -Original Message- > From: Binoy Dalal [mailto:binoydala...@gmail.com] > Sent: Wednesday, February 17, 2016 2:17 AM > To: SOLR users group <solr

Running solr as a service vs. Running it as a process

2016-02-17 Thread Binoy Dalal
n environment as possible, but what does that mean? Thanks -- Regards, Binoy Dalal

Re: Negating multiple array fileds

2016-02-16 Thread Binoy Dalal
l interpret this as "all possible values for field" -- > which sounds like it would be exactly what you're looking for, except > that if there are ten million possible values in the field you're > searching, the constructed Lucene query will quite literally include all > ten million v

Re: SOLR ranking

2016-02-16 Thread Binoy Dalal
aseFilterFactory"/> > > > > >> > > > > >> > > > > >> > > > >> positionIncrementGap="100" > > > > >> omitTermFreqAndPositions="true" omitNorms="true"> > > > > >> > > > > >> > > > >> class="solr.WhitespaceTokenizerFactory"/> > > > > >> > > > >> ignoreCase="true" > > > > >> words="stopwords.txt" /> > > > > >> > class="solr.LowerCaseFilterFactory"/> > > > > >> > > > > >> > > > > >> > > > > >> > > > > >> I want , if user will search for a phrase then that pharse should > > > always > > > > >> takes the priority in comaprison to the individual words; > > > > >> > > > > >> Example: "Eating Disorders" > > > > >> > > > > >> First it will search for "Eating Disorders" together and then the > > > > >> individual > > > > >> words "Eating" and "Disorders" > > > > >> but while searching for individual words, it will always return > > those > > > > >> documents where both the words should exist for which i am already > > > using > > > > >> q.op="AND" in my query. > > > > >> > > > > >> Thanks, > > > > >> Nitin > > > > >> > > > > >> > > > > >> > > > > >> > > > > >> -- > > > > >> View this message in context: > > > > >> > > > http://lucene.472066.n3.nabble.com/SOLR-ranking-tp4257367p4257510.html > > > > >> Sent from the Solr - User mailing list archive at Nabble.com. > > > > >> > > > > > > > > > > -- > > > > > Monitoring * Alerting * Anomaly Detection * Centralized Log > > Management > > > > > Solr & Elasticsearch Support * http://sematext.com/ > > > > > > > > > > > > > > > > > > > > > > -- > > > > -- > > > > > > > > Benedetti Alessandro > > > > Visiting card : http://about.me/alessandro_benedetti > > > > > > > > "Tyger, tyger burning bright > > > > In the forests of the night, > > > > What immortal hand or eye > > > > Could frame thy fearful symmetry?" > > > > > > > > William Blake - Songs of Experience -1794 England > > > > > > > > > > > > > > > -- > > -- > > > > Benedetti Alessandro > > Visiting card : http://about.me/alessandro_benedetti > > > > "Tyger, tyger burning bright > > In the forests of the night, > > What immortal hand or eye > > Could frame thy fearful symmetry?" > > > > William Blake - Songs of Experience -1794 England > > > -- Regards, Binoy Dalal

Re: SOLR ranking

2016-02-16 Thread Binoy Dalal
order. > > kindly let me know, how can i first search the phrase and then go to the > individual words (i.e word-1 AND word-2) > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/SOLR-ranking-tp4257367p4257556.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Regards, Binoy Dalal

Re: SOLR ranking

2016-02-16 Thread Binoy Dalal
gt; >> I want , if user will search for a phrase then that pharse should always > >> takes the priority in comaprison to the individual words; > >> > >> Example: "Eating Disorders" > >> > >> First it will search for "Eating Disorders" together and then the > >> individual > >> words "Eating" and "Disorders" > >> but while searching for individual words, it will always return those > >> documents where both the words should exist for which i am already using > >> q.op="AND" in my query. > >> > >> Thanks, > >> Nitin > >> > >> > >> > >> > >> -- > >> View this message in context: > >> http://lucene.472066.n3.nabble.com/SOLR-ranking-tp4257367p4257510.html > >> Sent from the Solr - User mailing list archive at Nabble.com. > >> > > > > -- > > Monitoring * Alerting * Anomaly Detection * Centralized Log Management > > Solr & Elasticsearch Support * http://sematext.com/ > > > > > > > -- > -- > > Benedetti Alessandro > Visiting card : http://about.me/alessandro_benedetti > > "Tyger, tyger burning bright > In the forests of the night, > What immortal hand or eye > Could frame thy fearful symmetry?" > > William Blake - Songs of Experience -1794 England > -- Regards, Binoy Dalal

Re: Highlight brings the content from the first pages of pdf

2016-02-16 Thread Binoy Dalal
Yeah. Under an entry like so: fields On Tue, 16 Feb 2016, 13:00 Anil <anilk...@gmail.com> wrote: > you mean default fl ? > > On 16 February 2016 at 12:57, Binoy Dalal <binoydala...@gmail.com> wrote: > > > Oh wait. We don't append the fl parameter to t

Re: SOLR ranking

2016-02-15 Thread Binoy Dalal
gnoreCase="true" > > words="stopwords.txt" /> > > > > > > > > > > > > I want , if user will search for a phrase then that pharse should always > > takes the priority in comaprison to the individual words; > > > > Example: "Eating Disorders" > > > > First it will search for "Eating Disorders" together and then the > > individual > > words "Eating" and "Disorders" > > but while searching for individual words, it will always return those > > documents where both the words should exist for which i am already using > > q.op="AND" in my query. > > > > Thanks, > > Nitin > > > > > > > > > > -- > > View this message in context: > > http://lucene.472066.n3.nabble.com/SOLR-ranking-tp4257367p4257510.html > > Sent from the Solr - User mailing list archive at Nabble.com. > > > -- Regards, Binoy Dalal

Re: Highlight brings the content from the first pages of pdf

2016-02-15 Thread Binoy Dalal
any alternative to this. With long number of fileds, > url will become long and might lead to "url too long exception" when using > http request. > > On 16 February 2016 at 11:01, Binoy Dalal <binoydala...@gmail.com> wrote: > > > Filling in the fl parameter with all

Re: Highlight brings the content from the first pages of pdf

2016-02-15 Thread Binoy Dalal
cept > > the one . > > > > is there any alternative approach ? Thanks in advance. > > > > > > > > On 15 February 2016 at 17:27, Binoy Dalal <binoydala...@gmail.com> > wrote: > > > >> If I understand correctly, you have already highlighted th

Re: Solr Query Explain Plan

2016-02-15 Thread Binoy Dalal
ement > holds true. > > Shahzad > > On Mon, Feb 15, 2016 at 12:40 PM, Binoy Dalal <binoydala...@gmail.com> > wrote: > > > There is another resource to help analyze your queries: splainer.io > > > > As for query tuning, that is a really vast topic and th

Re: SOLR ranking

2016-02-15 Thread Binoy Dalal
om/SOLR-ranking-tp4257367p4257420.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Regards, Binoy Dalal

Re: Index writer addIndexes method not working

2016-02-15 Thread Binoy Dalal
x with the solr index without bringing the solr down. > > I actually tried index merger tool but this tool works when the solr is > down. > > Is there a possibility to merge the segments. Will that solve my problem? > > Jeba > -- Regards, Binoy Dalal

Re: SOLR ranking

2016-02-15 Thread Binoy Dalal
erm > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/SOLR-ranking-tp4257367p4257378.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Regards, Binoy Dalal

Re: solr-4.3.1 docValues usage

2016-02-15 Thread Binoy Dalal
ustom handler, that takes input the doc-id and field. > Thanks,Neeraj Lajpal -- Regards, Binoy Dalal

Re: SOLR ranking

2016-02-15 Thread Binoy Dalal
e.com/SOLR-ranking-tp4257367.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Regards, Binoy Dalal

Re: Highlight brings the content from the first pages of pdf

2016-02-15 Thread Binoy Dalal
tika that > > > limits how much is indexed? I seem to remember confronting this problem > > > myself once, and the data that I wanted just wasn't in the index > because > > it > > > was never put there in the first place.Something about > setMaxStringLength > &

Re: Solr Query Explain Plan

2016-02-14 Thread Binoy Dalal
r queries, as > it is taking a huge amount of time? > > Shahzad > > On Mon, Feb 15, 2016 at 10:18 AM, Binoy Dalal <binoydala...@gmail.com> > wrote: > > > Append =true to your query. > > It isn't exactly like a SQL execution plan but will give you the details &

Re: Solr Query Explain Plan

2016-02-14 Thread Binoy Dalal
twelve*"))),|(^(1,"you","see*"),|("me!",|("nine",|("ten",|(^(2,"eleven","twelve"),|("pirates*","carribean")))> > > I have masked all text values in the query, while real values does exists > separately resulting in around 10-300 msec. > > > {!surround}<Contents:&(~(5,"test","milestone"),&(~(5,"benstock",|("monumental","dinner")),"highway"))> > = returning in almost 10 msec > > Shahzad > -- Regards, Binoy Dalal

Re: Highlight brings the content from the first pages of pdf

2016-02-14 Thread Binoy Dalal
nd (open) another subject? > > Thanks again! > > > *--Evert* > > 2016-02-14 16:40 GMT-02:00 Binoy Dalal <binoydala...@gmail.com>: > > > Are you sure you've typed in the parameters correctly? > > In your response it says flagsize instead of fragsize and >

Re: Highlight brings the content from the first pages of pdf

2016-02-14 Thread Binoy Dalal
tent", > "hl.maxAnalzyedChars":"208400", > "wt":"json", > "hl.simple.pre":""}}, > "response":{"numFound":1,"start":0,"docs":[ > { > "id":"

Re: Highlight brings the content from the first pages of pdf

2016-02-14 Thread Binoy Dalal
gt; > > > > BUT... *if the "search_word" is after the first pages* in my pdf file, > > > such > > > as page 15... > > > > > > It simply *does not show* *the HIGHLIGHT*... > > > > > > Does anyone has faced this situation before? > > > > > > > > > Thanks! > > > > > > > > > *--Evert* > > > > > > > > -- Regards, Binoy Dalal

Re: Negating multiple array fileds

2016-02-14 Thread Binoy Dalal
nts that have > all those fields empty. > > Any ideas why this is happening? > > Appreciate any comments/feedback. > > Regards, > Salman > -- Regards, Binoy Dalal

Re: Highlight brings the content from the first pages of pdf

2016-02-14 Thread Binoy Dalal
ight.GapFragmenter"> > > 400 > 409600 > > > > > class="solr.highlight.RegexFragmenter"> > > > 200 > 409600 > > 0.5 >

Re: Running Solr on port 80

2016-02-11 Thread Binoy Dalal
ion based > on the below page > > https://cwiki.apache.org/confluence/display/solr/Taking+Solr+to+Production > > > > On Thu, Feb 11, 2016 at 12:58 PM, Binoy Dalal <binoydala...@gmail.com> > wrote: > >> Why don't you directly run solr from the script provided in >> {S

Re: optimize requests that fetch 1000 rows

2016-02-11 Thread Binoy Dalal
g the results, the query executes very > fast. > I suggested caching .fdx and .fdt files on the file system cache. > Anything else? > > Thanks > -- Regards, Binoy Dalal

Re: Select distinct records

2016-02-11 Thread Binoy Dalal
ns into out of memory exception. > Another limitation seems to be that total number of groups are not > returned. > > Is there another faster and more efficient way to do this? > > Thank you > -- Regards, Binoy Dalal

  1   2   >