updating resourcename (metadata) after renaming of the file

2019-12-04 Thread Nan Yu
Hi,     I'm new to solr and my question might seems to be dumb. Please bear with me.     In short, if a file (after indexed by solr) changed its name, could I only update resourcename and keep all other information the same in the index? Or do I have to delete it and then re-index the file?     

Re: updating resourcename (metadata) after renaming of the file

2019-12-04 Thread Nan Yu
}]' I could see the price updated from 0.0 to 5.6. Nan  On Wednesday, December 4, 2019, 12:45:39 PM EST, Rui Niu wrote: I think this is the one you are looking for: http://yonik.com/solr/atomic-updates/ On Wed, Dec 4, 2019 at 9:40 AM Nan Yu wrote: > Hi,    I'm new to so

number of files indexed

2019-12-18 Thread Nan Yu
Hi,    I did a simple indexing of a directory that contains a lot of pdf, text, doc, zip etc. There are no structures for the content of the files and I would like to index them and later on search "key words" within the files.     After creating the core, I indexed the files in the directory usi

number of files indexed (re-formatted)

2019-12-18 Thread Nan Yu
Sorry that I just found out that the mailing list takes plain text and my previous post looks really messy. So I reformatted it. Hi,     I did a simple indexing of a directory that contains a lot of pdf, text, doc, zip etc. There are no structures for the content of the files and I would like

how to exclude path from being queried

2019-12-18 Thread Nan Yu
Hi,      I am trying to find all files containing a keyword in a directory (and many sub-directories).         I did a quick indexing using  bin/post -c myCore /RootDir     When I query the index using "keyword", all files whose path containing the keyword will be included in the search result.