RE: [E] Re: Questions about Disk space Usage

2016-10-31 Thread Jamal, Sarfaraz
xandre Rafalovitch >>>>> wrote: >>>>> >>>>> 2) Is probably a merge operation. Lucene index segments are not >>>>> rewritable in place, so the merge creates a new file, does >>>>> everything to it, then switches to it. &g

Questions about Disk space Usage

2016-10-28 Thread Jamal, Sarfaraz
Hi Guys, I am currently investigating an instance of Solr's Disk space usage and I had a few questions I thought you guys might be able to help answer. First Question * There is 30 gb's worth of autosuggest data in the /tmp folder. Each file is half of a gigabyte Is it safe to delete those file

RE: Question about Simple Post tool

2016-08-01 Thread Jamal, Sarfaraz
r. But why not disassemble post.jar (or get the source from internet) and modify it yourself. It seems not that hard. Scott Chu,scott@udngroup.com 2016/8/1 (週一) - Original Message ----- From: Jamal, Sarfaraz To: solr-user CC: Date: 2016/8/1 (週一) 22:05 Subject: Question about Simple

Question about Simple Post tool

2016-08-01 Thread Jamal, Sarfaraz
Hi Guys, I have a quick question. I read the appropriate documentation and it seems that it is possible, but I might be getting the syntax wrong. I wish to use the simple Post Tool to pass in a URL that brings back a word document, and I Want to index the return of that url using TIka - Is th

RE: search documents that have a specific field populated

2016-07-15 Thread Jamal, Sarfaraz
If I understand you properly, I do it using a Filter Query: fq=NOT(field:EMPTY) Hope that helps - Sas -Original Message- From: Valentina Cavazza [mailto:valent...@step-net.it] Sent: Friday, July 15, 2016 10:17 AM To: solr-user@lucene.apache.org Subject: search documents that have a sp

RE: Simple Post Tool result question (UNCLASSIFIED)

2016-07-14 Thread Jamal, Sarfaraz
I am not entirely sure what you mean, But extra slashes in the middle of a url produce the same result as a single slash (right?). So for example: https://www.visualstudio.com/downloads///download-visual-studio-vs is the same as: https://www.visualstudio.com/downloads/download-visual-studio-vs

RE: SimplePost tool (UNCLASSIFIED)

2016-07-14 Thread Jamal, Sarfaraz
In my experience - and if I recall correctly - If the ids are different but the file Is the same, you will have two separate documents that are indexed - Sas Sarfaraz Jamal (Sas) Revenue Assurance Tech Ops 614-560-8556 sarfaraz.ja...@verizonwireless.com -Original Message- From: Muss

RE: Update index

2016-07-13 Thread Jamal, Sarfaraz
Hi Kostali, I would look at the Delta Queries - Sas -Original Message- From: kostali hassan [mailto:med.has.kost...@gmail.com] Sent: Wednesday, July 13, 2016 5:17 AM To: solr-user@lucene.apache.org Subject: Update index I am using solr 5.4 1 to index sql database with data import handl

RE: Searching Home's, Homes and Home

2016-07-08 Thread Jamal, Sarfaraz
I would start by looking at the stemming documentation - It might be of help. Sas -Original Message- From: Surender [mailto:surender.si...@rsystems.com] Sent: Friday, July 8, 2016 8:30 AM To: solr-user@lucene.apache.org Subject: Searching Home's, Homes and Home User can type keyword f

RE: SOLR 6: edismax search query with OR operator does not work as expected

2016-07-08 Thread Jamal, Sarfaraz
This sounds like it might be of help - < solrQueryParser defaultOperator="AND"/> You can change it from and to or. (If I understood you) - Sas -Original Message- From: Aleš Gregor [mailto:alg...@gmail.com] Sent: Friday, July 8, 2016 9:37 AM To: solr-user@lucene.apache.org Subject: SO

RE: Some questions

2016-07-07 Thread Jamal, Sarfaraz
Of course, yes -=) Sas Sarfaraz Jamal (Sas) Revenue Assurance Tech Ops 614-560-8556 sarfaraz.ja...@verizonwireless.com -Original Message- From: Siwei Lv [mailto:si...@microsoft.com] Sent: Thursday, July 7, 2016 4:40 AM To: solr-user@lucene.apache.org Subject: Some questions Hi all,

RE: Solr more like this

2016-07-06 Thread Jamal, Sarfaraz
Could you index it, do the 'like this' and then delete it from the index? All in one smooth user experience obviously. (Just throwing it out there). Sas -Original Message- From: Charlie Hull [mailto:char...@flax.co.uk] Sent: Wednesday, July 6, 2016 11:02 AM To: solr-user@lucene.apac

Question about Indexing Updated Documents

2016-07-01 Thread Jamal, Sarfaraz
Hi Guys, I have a data-import handler set up that indexes all of the documents from a few small tables. What is the best way to update the index when a single one of those documents change. Is it possible to use SQL or must I post json or xml to solr? Thanks you, Sas

Thank You Guys

2016-06-17 Thread Jamal, Sarfaraz
Hi Guys, Thank you all - I got synonyms, highlighting, stemming all working the way I wanted to. I am sure I will have more questions later on =) Thanks! Sas

RE: [E] Re: Stemming

2016-06-16 Thread Jamal, Sarfaraz
example is you use edismax) that can give you uncorrect results. Regards, Aurélien Le 16/06/2016 22:29, Jamal, Sarfaraz a écrit : > Hello =) > > Just to be safe and make sure it's happening at indexing time AS WELL > as QUERYING time - > > I mo

RE: [E] Re: Stemming

2016-06-16 Thread Jamal, Sarfaraz
? Are you sure that you put your analyzer both at indexing and querying? Are you sure you query only one field? Regards, Aurélien Le 16/06/2016 21:13, Jamal, Sarfaraz a écrit : > Hi Guys, > > I have enabled stemming: > > > >

RE: [E] Re: Stemming

2016-06-16 Thread Jamal, Sarfaraz
requires lowercase filter above it. This is documented in javadocs but it is a small but important detail. Please use a lowercase filter after the whitescpace tokenizer. Ahmet On Thursday, June 16, 2016 10:13 PM, "Jamal, Sarfaraz" wrote: Hi Guys, I have enable

Stemming

2016-06-16 Thread Jamal, Sarfaraz
Hi Guys, I have enabled stemming: In the Admin Analysis, I type in running or runs and they both break down to run. However when I search for run, runs, or running with an actual query - It brings back three different set

RE: [E] Re: Question(s) about Highlighting

2016-06-15 Thread Jamal, Sarfaraz
(with a space in front of it) Is there a way I can get the highlight snippets for each of the 4 synonyms of each other? Thank you ! Sas -Original Message- From: Jamal, Sarfaraz [mailto:sarfaraz.ja...@verizonwireless.com.INVALID] Sent: Friday, June 3, 2016 9:52 AM To: solr-user

RE: [E] Re: Question about Data Import Handler

2016-06-13 Thread Jamal, Sarfaraz
I am sorry I might have missed any replies on this. (I was looking out for them) - Is what I am trying to do even possible? Thanks, Sas -Original Message- From: Jamal, Sarfaraz [mailto:sarfaraz.ja...@verizonwireless.com.INVALID] Sent: Thursday, June 9, 2016 12:43 PM To: solr-user

RE: [E] Re: Question about Data Import Handler

2016-06-09 Thread Jamal, Sarfaraz
I am on SOLR6 =) Thanks, Sas -Original Message- From: Mikhail Khludnev [mailto:mkhlud...@griddynamics.com] Sent: Thursday, June 9, 2016 12:42 PM To: solr-user Subject: [E] Re: Question about Data Import Handler which version of Solr do you run? On Thu, Jun 9, 2016 at 6:23 PM, Jamal

Question about Data Import Handler

2016-06-09 Thread Jamal, Sarfaraz
Hi Guys, I have a question about the data import handler and its configuration file This is what a part of my data-config looks like: ==

Stemming Help

2016-06-03 Thread Jamal, Sarfaraz
: Shawn Heisey [mailto:apa...@elyograg.org] Sent: Friday, June 3, 2016 2:02 PM To: solr-user@lucene.apache.org Subject: Re: [E] Re: Stemming and Managed Schema On 6/3/2016 9:22 AM, Jamal, Sarfaraz wrote: > I would edit the managed-schema, make my changes, shutdown solr? And > start it back

RE: [E] Re: Stemming and Managed Schema

2016-06-03 Thread Jamal, Sarfaraz
...@elyograg.org] Sent: Friday, June 3, 2016 11:17 AM To: solr-user@lucene.apache.org Subject: [E] Re: Stemming and Managed Schema On 6/3/2016 9:07 AM, Jamal, Sarfaraz wrote: > I found the following article: > http://thinknook.com/keyword-stemming-and-lemmatisation-with-apache-so > lr-2

Stemming and Managed Schema

2016-06-03 Thread Jamal, Sarfaraz
Hi Guys, I found the following article: http://thinknook.com/keyword-stemming-and-lemmatisation-with-apache-solr-2013-08-02/ And I want to do stemming on one of our fields. However, I am using a Managed Schema and I am unsure how to add these two blocks to it - I know there is an API for manag

RE: [E] Re: Question(s) about Highlighting

2016-06-03 Thread Jamal, Sarfaraz
the expression, you index the term in the right side of the expression You can verify this easily with the analysis tool in the Solr UI . On Thu, Jun 2, 2016 at 7:50 PM, Jamal, Sarfaraz < sarfaraz.ja...@verizonwireless.com.invalid> wrote: > I am having some difficulty understanding

Question(s) about Highlighting

2016-06-02 Thread Jamal, Sarfaraz
I am having some difficulty understanding how to do something and if it is even possible I have tried the following sets of Synonyms: 1. sarfaraz, sas, sasjamal 2. sasjamal,sas => Sarfaraz In the second instance, any searches with the world 'sasjamal' do not appear in the results, as it has

RE: [E] Re: Faceting Question(s)

2016-06-02 Thread Jamal, Sarfaraz
r any defaults > you have set up in the solrconfig for the select parser, if for > instance you have any grouping going on, but aren't doing grouping in > your facet, that could result in the counts being off. > > MJ > > > > > On Thu, Jun 2, 2016 at 2:01 PM, Ja

RE: [E] Re: Faceting Question(s)

2016-06-02 Thread Jamal, Sarfaraz
nd/or filters with the two queries may be the cause of the difference. Mary Jo On Thu, Jun 2, 2016 at 1:47 PM, Jamal, Sarfaraz < sarfaraz.ja...@verizonwireless.com.invalid> wrote: > Hello Everyone, > > I am working on implementing some basic faceting into my project. > >

Faceting Question(s)

2016-06-02 Thread Jamal, Sarfaraz
Hello Everyone, I am working on implementing some basic faceting into my project. I have it working the way I want to, but I feel like there is probably a better way the way I went about it. * I want to show a category and its count. * when someone clicks a category, it sets a FQ= to that categ

RE: [E] Re: Simple Question about SimplePostTool

2016-06-01 Thread Jamal, Sarfaraz
tcher, Senior Solutions Architect http://www.lucidworks.com > On Jun 1, 2016, at 3:28 PM, Jamal, Sarfaraz > wrote: > > Hi Guys, > > I am a newbie at Solr, so I may have some very simple questions. > I am also waiting for my book to arrive. > > Can the SimplePostTool

Simple Question about SimplePostTool

2016-06-01 Thread Jamal, Sarfaraz
Hi Guys, I am a newbie at Solr, so I may have some very simple questions. I am also waiting for my book to arrive. Can the SimplePostTool be used to add additional fields when indexing a word/excel/text. So, for example, as I index a word document, I pass in a parameter saying team=avengers O