RE: Solr 7.7 - Few Questions

2020-10-13 Thread Hanjan, Harinderdeep S.
Heisey Subject: [EXT] RE: Solr 7.7 - Few Questions Hi All First of all thanks to Shawn, Rahul and Charlie for taking time to reply my questions and valuable information. I was very concerned about the size of the each document and on several follow ups got more information that the documents

Re: Solr 7.7 - Few Questions

2020-10-06 Thread Rahul Goswami
ard to hear back your experiences on > Solr Scale up. > > Regards, > Manisha Rahatadkar > > -Original Message- > From: Rahul Goswami > Sent: Sunday, October 4, 2020 11:49 PM > To: ch...@opensourceconnections.com; solr-user@lucene.apache.org > Subject: Re: Solr 7.7 - Few Questio

RE: Solr 7.7 - Few Questions

2020-10-06 Thread Manisha Rahatadkar
Message- From: Rahul Goswami Sent: Sunday, October 4, 2020 11:49 PM To: ch...@opensourceconnections.com; solr-user@lucene.apache.org Subject: Re: Solr 7.7 - Few Questions Charlie, Thanks for providing an alternate approach to doing this. It would be interesting to know how one could go about

Re: Solr 7.7 - Few Questions

2020-10-05 Thread Charlie Hull
Nested docs would be one approach, result grouping might be another. Regarding JOINs, the only way you're going to know is by some representative testing. Charlie On 05/10/2020 05:49, Rahul Goswami wrote: Charlie, Thanks for providing an alternate approach to doing this. It would be interesti

Re: Solr 7.7 - Few Questions

2020-10-04 Thread Rahul Goswami
Charlie, Thanks for providing an alternate approach to doing this. It would be interesting to know how one could go about organizing the docs in this case? (Nested documents?) How would join queries perform on a large index(200 million+ docs)? Thanks, Rahul On Fri, Oct 2, 2020 at 5:55 AM Charl

Re: Solr 7.7 - Few Questions

2020-10-02 Thread Charlie Hull
Hi Rahul, In addition to the wise advice below: remember in Solr, a 'document' is just the name for the thing that would appear as one of the results when you search (analagous to a database record). It's not the same conceptually as a 'Word document' or a 'PDF document'. If your source docum

Re: Solr 7.7 - Few Questions

2020-10-01 Thread Rahul Goswami
Manisha, In addition to what Shawn has mentioned above, I would also like you to reevaluate your use case. Do you *need to* index the whole document ? eg: If it's an email, the body of the email *might* be more important than any attachments, in which case you could choose to only index the email b

Re: Solr 7.7 - Few Questions

2020-10-01 Thread Shawn Heisey
On 10/1/2020 6:57 AM, Manisha Rahatadkar wrote: We are using Apache Solr 7.7 on Windows platform. The data is synced to Solr using Solr.Net commit. The data is being synced to SOLR in batches. The document size is very huge (~0.5GB average) and solr indexing is taking long time. Total document

RE: Solr 7.7 - Few Questions

2020-10-01 Thread Manisha Rahatadkar
I apologize for sending this email again, I don't mean to spam the mailbox but looking out for the urgent help. We are using Apache Solr 7.7 on Windows platform. The data is synced to Solr using Solr.Net commit. The data is being synced to SOLR in batches. The document size is very huge (~0.5GB

Re: A few questions about solr and tika

2013-10-17 Thread primoz . skale
dexed=false and stored=false 3) if you want to limit the returned fields in query response use query parameter 'fl'. Primoz From: wonder To: solr-user@lucene.apache.org Date: 17.10.2013 14:44 Subject: Re: A few questions about solr and tika Thanks for answer. If I don

Re: A few questions about solr and tika

2013-10-17 Thread wonder
Tika ( http://www.youtube.com/watch?v=ifgFjAeTOws) - ExtractingRequestHandler ( http://wiki.apache.org/solr/ExtractingRequestHandler) - Uploading Data with Solr Cell using Apache Tika ( https://cwiki.apache.org/confluence/display/solr/Uploading+Data+with+Solr+Cell+using+Apache+Tika ) Primož F

Re: A few questions about solr and tika

2013-10-17 Thread primoz . skale
/solr/Uploading+Data+with+Solr+Cell+using+Apache+Tika ) Primož From: wonder To: solr-user@lucene.apache.org Date: 17.10.2013 12:23 Subject: A few questions about solr and tika Hello everyone! Please tell me how and where to set Tika options in Solr? Where is Tica conf? I'

A few questions about solr and tika

2013-10-17 Thread wonder
Hello everyone! Please tell me how and where to set Tika options in Solr? Where is Tica conf? I'm want to know how I can eliminate not required to me response attribute(such as links or images)? Also I am interesting how i can get and index only metadata in several file formats?

RE: A few questions regarding multi-word synonyms and parameters encoding

2007-07-12 Thread Ard Schrijvers
Hello, > > but honestly i haven't relaly tried anything like this ... > the code for > parsing the synonyms.txt file probaly splits the individual > synonyms on > whitespace to prodce multiple tokens which might screw you up > ... you may > need to get creative (perhaps use a PatternReplaceFil

Re: A few questions regarding multi-word synonyms and parameters encoding

2007-07-11 Thread Chris Hostetter
: 1) Is multi-word synonyms possible now in Solr? For example, can I have : things like synonyms like: : "I.T. & T", "IT & T", "Information Technologies", "Computer science" multi word synonyms are possible, but the only clean way to do it at index time using expansion. there is a note about thi

A few questions regarding multi-word synonyms and parameters encoding

2007-07-10 Thread climbingrose
Hi all, I've been using Solr for the last few projects and the experience has been great. I'll post the link to the website once it finishes. Just have a few questions regarding synonyms and parameters encoding: 1) Is multi-word synonyms possible now in Solr? For example, can I have t

Re: few questions

2007-02-06 Thread Sergey Polzunov
Thank you for your answers. -- Best regards, Polzunov Sergei e-mail: [EMAIL PROTECTED] ICQ: #204206246

Re: few questions

2007-02-06 Thread Yonik Seeley
On 2/6/07, Sergey Polzunov <[EMAIL PROTECTED]> wrote: Hello all! I have few questions. I'm digging into Solr server only 3 days and maybe didn't get something, so I would appreciate for any useful links with info about Solr configuring Questions are: 1. What about cache

few questions

2007-02-06 Thread Sergey Polzunov
Hello all! I have few questions. I'm digging into Solr server only 3 days and maybe didn't get something, so I would appreciate for any useful links with info about Solr configuring Questions are: 1. What about cache persistent? I've noticed that there are 3 cache types. I