Fwd: Highlights on Expanded results

2016-01-29 Thread Anil
Hi, Solr expanded results are not highlighted and there are no utilities to use fragment and highlight explicitly, any alternative to support highlight expand results feature ? Please let me know if we can use the highlight handlers explicitly. Thanks in advance. Regards, Anil

Re: Highlights on Expanded results

2016-01-29 Thread Anil
Another jira for the same, https://issues.apache.org/jira/browse/SOLR-6690 Hi joel, could you please share some information on DocTransformer? any sample example ? Regards, Anil On 29 January 2016 at 19:26, Erik Hatcher wrote: > There is an open JIRA for this - > https://issues.apac

SOLR-6690

2016-02-01 Thread Anil
HI, was there any fix for https://issues.apache.org/jira/browse/SOLR-6690 ? or any ETA ? Thanks. Regards, Anil

Solr highlight

2016-02-01 Thread Anil
can see highlights. I am able to see the highlight section if search any other text which is not part of docId. Please help me in identifying the issue. Thanks, Anil

Re: Solr highlight

2016-02-01 Thread Anil
HI, Any info on below ? Regards, Anil On 1 February 2016 at 20:53, Anil wrote: > HI, > > We have five shards and 2 replicas and using collection aliases. > > I have set hl=true in my query to search against all fields of solr > document . > > i am searching a text (ex:

Re: Solr highlight

2016-02-02 Thread Anil
; Regards, > Edwin > > On 2 February 2016 at 12:54, Anil wrote: > > > HI, > > > > Any info on below ? > > > > Regards, > > Anil > > > > On 1 February 2016 at 20:53, Anil wrote: > > > > > HI, > > > > > > We have f

Bulk delete of Solr documents

2016-02-08 Thread Anil
Hi , Can we delete solr documents from a collection in a bulk ? Regards, Anil

Searching special characters

2016-02-12 Thread Anil
HI, How can we search special characters like *, " (double quote) where these are actually solr uses for exact and wild card searches. Please advice. Regards, Anil

Re: Searching special characters

2016-02-12 Thread Anil
Thanks for quick response. Should these be treated differently during index ? I have tried *\"Audit* which is returning results of *Audit *also which is incorrect. what do you say ? On 12 February 2016 at 15:07, Modassar Ather wrote: > You can search them by escaping with backslash. > > Best,

Re: Solr-kerbarose URL not accessible

2016-02-12 Thread Anil
u can find jaas conf information at http://www.cloudera.com/documentation/archive/search/1-3-0/Cloudera-Search-User-Guide/csug_using_kerberos.html Hope this helps. Regards, Anil Dasari On 12 February 2016 at 16:58, vidya wrote: > Hi > > When I am trying to access my solrCloud web

Default max number of connections

2016-02-14 Thread Anil
HI , I am using solr cloud with zookeeper. is that 20 is the default number of max connections per host ? Is there any way to use connection pooling like solr http connection ? Please clarify. Regards, Anil

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

2016-02-15 Thread Anil
HOw can highlighted field excluded in the main result ? as it is available in the highlight section. In my scenario, One filed (lets say commands) of the each solr document would be around 10 mg. I dont want to fetch that filed in response when its highlight snippets available in the response. Pl

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

2016-02-15 Thread Anil
: > If I understand correctly, you have already highlighted the field and only > want to return the highlights and not the field itself. > Well in that case, simply remove the field name from your fl list. > > On Mon, 15 Feb 2016, 17:04 Anil wrote: > > > HOw can highlight

Re: Default max number of connections

2016-02-15 Thread Anil
Guys, Any help on this ? Thanks. On 15 February 2016 at 10:15, Anil wrote: > HI , > > I am using solr cloud with zookeeper. is that 20 is the default number of > max connections per host ? > > Is there any way to use connection pooling like solr http connection ? > Please

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

2016-02-15 Thread Anil
Any help on this ? Thanks. On 15 February 2016 at 19:06, Anil wrote: > Yes. But i have long list of fields. > > i feel adding all the fileds in fl is not good practice unless one > interested in few fields. In my case, i am interested in all fields except > the one . &

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

2016-02-15 Thread Anil
with all the required fields is what we do at > my project as well, and I don't think there is any alternative to this. > > Maybe somebody else can advise on this? > > On Tue, 16 Feb 2016, 10:30 Anil wrote: > > > Any help on this ? Thanks. > > > > On 15 February

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

2016-02-15 Thread Anil
you mean default fl ? On 16 February 2016 at 12:57, Binoy Dalal wrote: > Oh wait. We don't append the fl parameter to the query. > We've configured it in the request handler in solrconfig.xml > Maybe that is something that you can do. > > On Tue, 16 Feb 2016, 12:39 Anil

Facet count with expand and collapse

2016-02-17 Thread Anil
HI, will there be any change in the facet count in case of expand and collpase ? please clarify. Regards, Anil

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

2016-02-17 Thread Anil
suggestions would be appreciated. Regards, Anil On 16 February 2016 at 13:43, Binoy Dalal wrote: > Yeah. > Under an entry like so: > fields > > On Tue, 16 Feb 2016, 13:00 Anil wrote: > > > you mean default fl ? > > > > On 16 February 2016 at 12:57, Binoy D

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

2016-02-17 Thread Anil
Thanks Philippe. i am using hl.fl=*, when a field is available in highlight section, is it possible to skip that filed in the main response ? please clarify. Regards, Anil On 18 February 2016 at 08:42, Philippe Soares wrote: > You can put fields that you want to retrieve without highlight

Get one fragment of text of field

2016-02-17 Thread Anil
to get content of each field. for now, i am fetching the content from solr and truncating it in my code. but it has poor performance. is there any way to achieve fragmentation (not a highlight fragmentation) in solr ? please advice. Regards, Anil

Re: Get one fragment of text of field

2016-02-17 Thread Anil
Thanks Binoy. index should happen on everything. But retrial/fetch should limit the characters. is it possible ? Regards, Anil On 18 February 2016 at 12:24, Binoy Dalal wrote: > If you are not particular about what part of the field is returned you can > create copy fields and set a li

Re: Field exclusion from fl and hl.fl

2016-02-18 Thread Anil
I am looking for the same. please do let me know just in case you find workaround. On 18 February 2016 at 14:18, Zheng Lin Edwin Yeo wrote: > Hi, > > Would like to find out, is there already a way to exclude field from the > Solr response. I did came across SOLR-3191 which was created about 4 ye

Facet Filter

2016-02-18 Thread Anil
return IN PROCESS and RE PROCESS. This is can achivied by including it as query ( : *PROCESS*, : PROCESS). but it is little expensive. Regards, Anil

Re: Facet Filter

2016-02-18 Thread Anil
Thank you, i just checked in 5.1. as facet fields has to be Strings and cannot be tockenized. is there any way to search on case insensitive search on this field (not in a facet filter scenario). Regards, Anil On 18 February 2016 at 17:34, Upayavira wrote: > facet.contains= > > Bewar

Re: Facet Filter

2016-02-18 Thread Anil
Thanks Shawn. This really helps. we are using 4.10.3 now.. will look into 5.4.1. Thanks. Regards, Anil On 18 February 2016 at 20:04, Shawn Heisey wrote: > On 2/18/2016 7:12 AM, Anil wrote: > > Thank you, i just checked in 5.1. > > > > as facet fields has to be Strings and

Re: Facet count with expand and collapse

2016-02-20 Thread Anil
Thanks Joel. Could you please share the sample query ? Regards, Anil On 20 February 2016 at 08:32, Joel Bernstein wrote: > With collapse and expand the facet counts will be calculated for the > collapsed data set. You can also use the tag/exclude feature to exclude the > collapse fil

Re: Facet Filter

2016-02-21 Thread Anil
SORTED_SET type. Regards, Anil On 19 February 2016 at 08:49, Anil wrote: > Thanks Shawn. This really helps. we are using 4.10.3 now.. will look into > 5.4.1. Thanks. > > Regards, > Anil > > On 18 February 2016 at 20:04, Shawn Heisey wrote: > >> On 2/18/2016 7:12 AM, Anil

numFound in facet results

2016-02-21 Thread Anil
HI , can we get numFound of the number of face results for a query like in main results ? Please advice. Regards, Anil

Sort vs boost

2016-02-22 Thread Anil
wrong. Regards, Anil

Re: Facet Filter

2016-02-22 Thread Anil
Thank you. it means to we need to create two fields of same content to support facet and case insensitive , term search on a field. Agree? Thanks again,. Regards, Anil On 22 February 2016 at 16:07, Toke Eskildsen wrote: > On Mon, 2016-02-22 at 11:48 +0530, Anil wrote: > > solr Docu

Re: Sort vs boost

2016-02-22 Thread Anil
Thanks Emir On Feb 22, 2016 7:31 PM, "Emir Arnautovic" wrote: > Hi Anil, > Decision also depends on your usecase - if you are sure that there will be > no cases where documents matches are of different score or you don't care > about how well document match query (e.g.

Fwd: numFound in facet results

2016-02-23 Thread Anil
Hi, Can some one shed some light here ? Regards, Anil -- Forwarded message -- From: Anil Date: 22 February 2016 at 13:04 Subject: numFound in facet results To: solr-user@lucene.apache.org HI , can we get numFound of the number of face results for a query like in main

Re: numFound in facet results

2016-02-23 Thread Anil
Yes Yonik. i could not find numBuckets true/false in Solr reference documentation and Solrj facet params as well. Could you please point me to documentation ? Thank you. On 23 February 2016 at 20:53, Yonik Seeley wrote: > On Mon, Feb 22, 2016 at 2:34 AM, Anil wrote: > > can we get nu

WhitespaceTokenizerFactory and PathHierarchyTokenizerFactory

2016-02-24 Thread Anil
HI, i need to use both WhitespaceTokenizerFactory and PathHierarchyTokenizerFactory for use case. Solr supports only one tokenizer. is there any way we can achieve PathHierarchyTokenizerFactory functionality with filters ? Please advice. Regards, Anil

Re: WhitespaceTokenizerFactory and PathHierarchyTokenizerFactory

2016-02-24 Thread Anil
Sorry Jack for confusion. I have field which holds free text. text can contain path , ip or any free text. I would like to tokenize the text of the field using white space. if the text token is of path or ip pattern , it has be tockenized like path hierarchy way. Regards, Anil On 24 February

Re: Get one fragment of text of field

2016-02-24 Thread Anil
overhead. Thanks for your help. Regards, Anil On 18 February 2016 at 12:51, Anil wrote: > Thanks Binoy. > > index should happen on everything. > > But retrial/fetch should limit the characters. is it possible ? > > Regards, > Anil > > On 18 February 2016 at 12:2

Re: numFound in facet results

2016-02-24 Thread Anil
can some one share your ideas ? On 24 February 2016 at 08:14, Anil wrote: > Yes Yonik. i could not find numBuckets true/false in Solr reference > documentation and Solrj facet params as well. > > Could you please point me to documentation ? Thank you. > > On 23 February 20

Re: Get one fragment of text of field

2016-02-24 Thread Anil
one way i see is : store a display snippet in a separate field and fetch that instead please let me know if you see any other ways or isusue on the appraoch. Regards, Anil On 25 February 2016 at 11:30, Anil wrote: > HI, > > we are indexing and storing 2 mb text data in a text field

Re: WhitespaceTokenizerFactory and PathHierarchyTokenizerFactory

2016-02-25 Thread Anil
HI, search can be any free text or ip address or path and Special characters should not be treated as text delimiters. 10.20 must return 10.20.30.112 /var/log must return /var/log/bigdata Please let me know if you need any additional details. Thanks. Regards, Anil On 25 February 2016 at 18

Solr regex documenation

2016-02-27 Thread Anil
Hi, Can some one point me to the solr regex documentation ? i read it supports all java regex features. i tried ^ and $ , seems it is not working. Thanks, Anil

Re: Solr regex documenation

2016-02-27 Thread Anil
Jira about regex not working at all in Solr. I don't > recall reading about a resolution. > > > -- Jack Krupansky > > On Sat, Feb 27, 2016 at 7:05 AM, Anil wrote: > > > Hi, > > > > Can some one point me to the solr regex documentation ? > > >

need help on solr schema design

2016-02-27 Thread Anil
document fields, system should display parent and child fields information. Any help would be appreciated. Thanks. Regards, Anil

Re: Solr regex documenation

2016-02-28 Thread Anil
HI , i am using [a-z]+works. i could not see networks in the solr results. is it regex working properly in solr ? Please clarify. Regards, Anil On 27 February 2016 at 20:52, Anil wrote: > Thanks Jack. > > On 27 February 2016 at 20:41, Jack Krupansky > wrote: > >

Re: Solr regex documenation

2016-02-29 Thread Anil
ene.apache.org > > Subject: Re: Solr regex documenation > > > > HI , > > > > i am using [a-z]+works. i could not see networks in the solr results. > > > > is it regex working properly in solr ? Please clarify. > > > > Regards, > > Anil >

Re: Solr regex documenation

2016-02-29 Thread Anil
yes. when i search on juniper networks without regex, i can see the results. But when I search on net[a-z]+ , i could not see juniper networks. i have looked all the documents in the results, could not find it. Thank you, Anil On 29 February 2016 at 18:42, Markus Jelsma wrote: > Hmm, is

Re: Solr regex documenation

2016-03-01 Thread Anil
see juniper networks. i have > > looked all the documents in the results, could not find it. > > > > Thank you, > > Anil > > > > On 29 February 2016 at 18:42, Markus Jelsma > > wrote: > > > > > Hmm, is the field indexed? A field:/[a-z]%2Bwor

Clarification on +, and in edismax parser

2016-03-09 Thread Anil
HI, I am using edismax query parser for my solr search. i believe '+' and 'and' should work similar. ex : "google"+"india", "google" and "india" should return same number of results. Correct me if I am wrong. Thanks. Regards, Anil

Re: Clarification on +, and in edismax parser

2016-03-09 Thread Anil
"google"+"india" , "india"+"google" returning different results. Any help would be appreciated. Thanks, Anil On 10 March 2016 at 11:47, Anil wrote: > HI, > > I am using edismax query parser for my solr search. > > i believe 

Re: Clarification on +, and in edismax parser

2016-03-10 Thread Anil
m, you specify that it's mandatory. Hence, > "+google +india" will get you the same result as "google AND india". > > Best Regards, > *Dikshant Shahi* > > > > On Thu, Mar 10, 2016 at 12:59 PM, Anil wrote: > > > "google"+"india&quo

Query on Highlights

2016-03-10 Thread Anil
information. Thanks. Regards, Anil

Re: Query on Highlights

2016-03-10 Thread Anil
i have tested with large documents with large values of hl.maxAnalyzedChars, i can see highlights now. thanks. On 10 March 2016 at 22:29, Anil wrote: > HI, > > i have indexed large files (around 10 mb) in a text field with stored and > indexed as true. > Search of a text ag

timeAllowed

2016-03-10 Thread Anil
HI, is timeallowed is max threshold of Qtime ? or overall time ? Please clarify. Thanks, Anil

Re: timeAllowed

2016-03-11 Thread Anil
Thank you. in my test, i have timeallowed 10 ms. response has no partial results (no partial flag in the response header) and Qtime is 200 ms. so little confused. On 11 March 2016 at 18:07, Upayavira wrote: > > > On Fri, 11 Mar 2016, at 07:22 AM, Anil wrote: > > HI, > >

Re: timeAllowed

2016-03-11 Thread Anil
HI Upayavira, Thanks for your response. Following are the screenshots of the same query with and without partial results in the response. Please let me know if you have any questions. [image: Inline images 1] [image: Inline images 2] Regards, Anil On 11 March 2016 at 19:13, Upayavira wrote

Re: timeAllowed

2016-03-11 Thread Anil
ase-collection_2011", "hl.fl":"*", "wt":"json", "hl":"true", "rows":"10", "defType":"edismax", "expand.rows":"3", "hl.snippets":&q

Solr Queries are very slow - Suggestions needed

2016-03-13 Thread Anil
et me know if you have any suggestions to improve the query performance. Thanks for your help. Thanks, Anil

Re: Solr Queries are very slow - Suggestions needed

2016-03-13 Thread Anil
Thanks Toke and Jack. Jack, Yes. it is 480 million :) I will share the additional details soon. thanks. Regards, Anil On 13 March 2016 at 21:06, Jack Krupansky wrote: > (We should have a wiki/doc page for the "usual list of suspects" when > queries are/appear slow, rat

Re: Solr Queries are very slow - Suggestions needed

2016-03-13 Thread Anil
HI Shawn, Jack and Eric, Thank you very much. Regards, Anil On 14 March 2016 at 02:55, Shawn Heisey wrote: > On 3/13/2016 9:36 AM, Jack Krupansky wrote: > > (We should have a wiki/doc page for the "usual list of suspects" when > > queries are/appear slow, rather tha

Re: Solr Queries are very slow - Suggestions needed

2016-03-14 Thread Anil
, file_collection_2016 The slowness is happening for file_collection. though it has 3 shards, documents are available in 2 shards. shard1 - 150M docs and shard2 has 330M docs , shard3 is empty. main_collection is looks good. please let me know if you need any additional details. Regards, Anil On 13 March 2016 at

Re: Solr Queries are very slow - Suggestions needed

2016-03-14 Thread Anil
Hi Shusheel, we have enabled kerberos. so solr is accessed using Hue only. i will check if I can get the similar information using Hue. Thanks. Regards, Anil On 14 March 2016 at 19:34, Susheel Kumar wrote: > Hello Anil, > > Can you go to Solr Admin Panel -> Dashboard and share

Re: Solr Queries are very slow - Suggestions needed

2016-03-14 Thread Anil
file_collection_2014 , i see total index size across replicas is 147 GB. Can we get any hints if we run the query with debugQuery=true ? what is the effective way of load distribution ? Please advice. Regards, Anil On 14 March 2016 at 20:32, Erick Erickson wrote: > bq: The slowness is happening

Re: Solr Queries are very slow - Suggestions needed

2016-03-14 Thread Anil
thanks Eric. i will try that. Some how i am not able to run a query on the shard directly because of kerberos. i even tried curl --negotiate. Regards, Anil On 14 March 2016 at 22:30, Erick Erickson wrote: > Try shards.info=true, but pinging the shard directly is the most certain. > &g

Re: Solr Queries are very slow - Suggestions needed

2016-03-14 Thread Anil
Hi Erick, In b/w, Do you recommend any effective shard distribution method ? Regards, Anil On 14 March 2016 at 22:30, Erick Erickson wrote: > Try shards.info=true, but pinging the shard directly is the most certain. > > > Best, > Erick > > On Mon, Mar 14, 2016 at 9:48 AM

Re: Solr Queries are very slow - Suggestions needed

2016-03-14 Thread Anil
ed as number of documents, each command as a solr document in file_collection). will index size grows with more distinct words or few distinct words with more number of documents ? let me know if i have not put the question correctly. Thanks, Anil On 15 March 2016 at 01:00, Susheel Kumar wrote:

No live SolrServers available to handle this request

2016-03-18 Thread Anil
exception ? Thanks. Regards, Anil

Re: No live SolrServers available to handle this request

2016-03-18 Thread Anil
HI Shawn, Thanks for your response. CDH is a Cloudera (third party) distribution. is there any to get the notifications copy of it when cluster state changed ? in logs ? I can assume that the exception is result of no availability of replicas only. Agree? Regards, Anil On 18 March 2016 at 18

Re: No live SolrServers available to handle this request

2016-03-19 Thread Anil
and defType is edismax On 18 March 2016 at 10:40, Anil wrote: > HI Michael, > > i could not post the query. i know its difficult to find out the root > cause without query. sorry about that. > > query includes expand/collpase and query filter (fq) and 2 to 3 terms with >

Re: No live SolrServers available to handle this request

2016-03-19 Thread Anil
Thanks Shawn. we are using 4.10.3. I don't see any issues with replicas of all shards at the time of exception. health of all shards is good in CDH. Regards, Anil On 18 March 2016 at 10:52, Shawn Heisey wrote: > On 3/17/2016 4:22 AM, Anil wrote: > > We are using solrcloud with

Re: No live SolrServers available to handle this request

2016-03-19 Thread Anil
HI Michael, i could not post the query. i know its difficult to find out the root cause without query. sorry about that. query includes expand/collpase and query filter (fq) and 2 to 3 terms with AND. please share your thoughts. thanks. Regards, Anil On 17 March 2016 at 19:46, michael solomon

Custom shard key

2016-03-22 Thread Anil
shards are empty. Please let me know if you see any issues or suggest any new shard key generation mechanism. Thanks. Regards, Anil

Solr event listerns

2016-03-25 Thread Anil
HI, Does solr support event (document create, update, delete) listeners ? Thanks, Anil

Re: Solr event listerns

2016-03-25 Thread Anil
Thanks Alex. i have gone through it. i am building a use case where cache has to updated in my application when there is update or addition of solr document happens. i am not sure event listeners of Update handler would fit the use case. What do you say ? please share your ideas. Thanks, Anil

Re: Solr event listerns

2016-03-26 Thread Anil
t; > Regards, >Alex. > > Newsletter and resources for Solr beginners and intermediates: > http://www.solr-start.com/ > > > On 26 March 2016 at 17:14, Anil wrote: > > Thanks Alex. > > > > i have gone through it. i am building a use case where cache has t

Re: Solr event listerns

2016-03-26 Thread Anil
sible. > > But this is my guess, I hadn't look at the code. Instead, if the listener > invocation is asynch then forget my comment, the answer is yes. > > Best, > Andrea > On 26 Mar 2016 15:03, "Anil" wrote: > > > Can solr notify other systems on c

Re: Solr event listerns

2016-03-26 Thread Anil
Thanks. Perfect. i was looking at same post :) On 26 March 2016 at 19:48, Andrea Gazzarini wrote: > Hi Anil, > see here [1] where I did some data pre-loading at solr startup. The post > has been written in 2014 so maybe something could have a different name > (class, methods) > &

Re: Solr event listerns

2016-03-26 Thread Anil
HI Alex, i am still no clear how an event is notified in my application if it listener is configured in SolrConfig.xml (centralized solr server). can you please clarify? Sorry for dumb question. Thanks, Anil On 26 March 2016 at 19:48, Andrea Gazzarini wrote: > Hi Anil, > see here [1] w

Re: Solr event listerns

2016-03-26 Thread Anil
Yes. i was looking for some kind of event listeners for client :) On 26 March 2016 at 21:46, Andrea Gazzarini wrote: > Hi Anil, > If with "Application" you mean an external / remote Application then > there's no such pre-built mechanism to do that. > > The e

Re: No live SolrServers available to handle this request

2016-03-30 Thread Anil
Thanks Shawn and Elaine, Elaine, Yes all the documents of same route key resides on same shard. Shawn, I will try to capture the logs. Thanks. Regards, Anil On 25 March 2016 at 02:57, Elaine Cario wrote: > Anil, > > I've seen situations where if there was a problem with a

Solr document duplicated during pagination

2016-04-10 Thread Anil
4 : q=*:*&start=300&rows=100 page 5 : q=*:*&start=400&rows=100 page 6 : q=*:*&start=500&rows=100 i see page 1 & 2 has common documents and similarly in other pages as well. Is this correct behavior ? Please correct. Thanks, Anil

Re: Solr document duplicated during pagination

2016-04-13 Thread Anil
Yes Erick. I have the attached the queries generated from logs. i see many duplicate records :( . i could not see any duplicates on solr admin console. Each run giving different number of duplicates. Do you think Not (-) on query is an issue? please advice. Thanks, Anil On 10 April 2016

Solr documents into application cache

2016-04-20 Thread Anil
HI, i would like to load solr documents (based on certain criteria) in application cache (Hazelcast). Is there any best way to do it other than firing paginated queries ? Thanks. Regards, Anil

Include and exclude feature with multi valued fileds

2016-05-02 Thread Anil
(customer) ? Google and facebook can be part of in single issue document. Please let me know if you have any questions. Thanks. Regards, Anil

Re: Include and exclude feature with multi valued fileds

2016-05-03 Thread Anil
Any inputs please ? On 2 May 2016 at 18:18, Anil wrote: > HI, > > i have created a document with multi valued fields. > > Eg : > An issue is impacting multiple customers, products, versions etc. > > In my issue document, i have created customers, products, versions

Re: Include and exclude feature with multi valued fileds

2016-05-03 Thread Anil
; Actual documents : id = 2 Please let me know if I have to change the query to see the expected documents. Thanks. Regards, Anil On 3 May 2016 at 19:44, Ahmet Arslan wrote: > Can you provide us example documents? Which you want to match which you > don't? > > > > On Tue

Re: Include and exclude feature with multi valued fileds

2016-05-04 Thread Anil
Hi Ahmet, in my example DOC 3 also has id 2 (typo mistake). i am using edismax query parser. i will try the query you suggested. Regard, Anil On 4 May 2016 at 12:28, Ahmet Arslan wrote: > > > Hi Anil, > > It is weird that your query retrieves docID=2, it has not Facebook

Renaming a collection

2016-05-14 Thread Anil
0 is completed"); }catch(Exception ex){ System.out.println("collection rename of 2010 is failed"); ex.printStackTrace(); } // } Thanks, Anil

Re: Renaming a collection

2016-05-14 Thread Anil
Seems solr allows to rename the core only not the collection. On 14 May 2016 at 15:06, Anil wrote: > HI, > > Can we rename the collection ? > > if yes, action=rename with request path /admin/cores works ? Please > clarify. > > i tried following code.. but no l

Re: Renaming a collection

2016-05-14 Thread Anil
Hi Arcadius, Yeah.. i was using that. i am trying to understand if there is a way to rename collection name. Thanks for the response. Regards, Anil On 14 May 2016 at 16:53, Arcadius Ahouansou wrote: > Hi Anil. > You may want to look at collection alias > > > https://c

Not (!) operator

2016-05-26 Thread Anil
HI, We have status text field in our solr document and it is optional. search query status: !Closed returning documents with no status as well. how to get only documents having status and it is !Closed ? one way is status:* AND status:!Closed . any other way ? Thanks Regards, Anil

Re: Not (!) operator

2016-05-27 Thread Anil
Hi Shawn, Thanks for reply. i am also worried wither performance. I will check if there is another way to design the documents in case of parent and child relationship. Regards, Anil On 27 May 2016 at 12:39, Shawn Heisey wrote: > On 5/26/2016 11:13 PM, Anil wrote: > > We have st

Indexing logs in Solr

2016-06-04 Thread Anil
custom highlighter on url field. http://lucene.472066.n3.nabble.com/Highlighting-for-non-stored-fields-td1773015.html Any ideas would be helpful. Thanks. Cheers, Anil

Re: Indexing logs in Solr

2016-06-04 Thread Anil
. Thanks, Anil On 5 June 2016 at 11:42, Ilan Schwarts wrote: > How about using "logstash" for this? I know its ES and not solr, but it is > a free tool that is out there and no need to re-invent the wheel > On Jun 5, 2016 9:09 AM, "Anil" wrote: > > > Hi , >

Re: Indexing logs in Solr

2016-06-05 Thread Anil
t; You can ship SOLR logs to Logsene or any other log management service and > > not worry too much about their storage/size. > > > > Otis > > > > > On Jun 5, 2016, at 02:08, Anil wrote: > > > > > > Hi , > > > > > > i would like to index

Re: Indexing logs in Solr

2016-06-06 Thread Anil
Hi Eric and Benedetti Alessandro*,* do you have any inputs on the solution given the following link ? http://lucene.472066.n3.nabble.com/Highlighting-for-non-stored-fields-td1773015.html Thanks, Anil On 5 June 2016 at 11:56, Anil wrote: > Thanks IIan. I will look into this. > In ou

Solr highlights

2016-06-06 Thread Anil
HI , As per my understanding, there will be a on highlighter for all fields of solr document. Is there a way to apply different highlighters for different fields ? Thanks. Cheers, Anil

Re: Not (!) operator

2016-06-06 Thread Anil
> Regards, > Alex. > > > Newsletter and resources for Solr beginners and intermediates: > http://www.solr-start.com/ > > > On 27 May 2016 at 17:13, Anil wrote: > > Hi Shawn, > > > > Thanks for reply. i am also worried wither performance. > >

Nested documents

2016-06-23 Thread Anil
HI, I understand child and parent documents are individual documents in nested document indexing. is there any way to get the parent documents with query of AND of two child content ? Eg : 1 Product name 1 product 1-1 Red L 1-2 Blue L

Re: edismax - Regex query.

2016-06-29 Thread Anil
if I remember it correctly, regex is not supported with Edismax. On 29 June 2016 at 10:11, Modassar Ather wrote: > Hi, > > Any input will be really helpful. > > Regards, > Modassar > > On Tue, Jun 28, 2016 at 9:30 AM, Modassar Ather > wrote: > > > Kindly provide your inputs. > > > > Thanks, >

Index and query brackets

2016-07-04 Thread Anil
HI, how can index and query content with brackets as bracket is used for range query Ex : [DATA] - Anil

  1   2   >